Opened 13 years ago
Closed 13 years ago
#6533 closed defect (fixed)
dijit._isElementShown returns wrong result for input hidden on IE
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi,
dijit._isElementShown in manager.js returns "false" for input type=hidden elements in FF 2, which is correct. However, there seems to be a bug that causes the method to return "true" in IE6 for the same type of elements. The side effect of this is that dialogs in IE6 try to focus hidden input fields on the dialog if these are the first "tabable fields". This leads to an error so that no field is focused at all.
I attach a test case that shows the problem ( direved from the Dialog test, the input hidden is located in the dialog opened by the first button).
Regards, Philipp
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | test_DialogInDialog.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | → 1.2 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [13723]) Fixes #6533: dijit._isElementShown returns wrong result for input hidden on IE