Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vivek
erp5
Commits
eadc32a8
Commit
eadc32a8
authored
Oct 20, 2015
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_web_renderjs_ui] Do not autofocus on readOnly input
parent
89ef7b43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_js.xml
...i/PathTemplateItem/web_page_module/rjs_gadget_erp5_js.xml
+3
-3
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_js.xml
View file @
eadc32a8
...
...
@@ -584,7 +584,7 @@
$(element).trigger("create");\n
\n
input = element.querySelector("input");\n
if (
input !== null
) {\n
if (
(input !== null)
&&
(!input.readOnly)
) {\n
input.focus();\n
input.select();\n
}\n
...
...
@@ -776,7 +776,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
946.3
5764.39446.32955
</string>
</value>
<value>
<string>
946.3
6079.54772.16059
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -794,7 +794,7 @@
</tuple>
<state>
<tuple>
<float>
14453
29252.77
</float>
<float>
14453
48158.92
</float>
<string>
GMT
</string>
</tuple>
</state>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment