Ticket #6533 (closed defect: fixed)
dijit._isElementShown returns wrong result for input hidden on IE
| Reported by: | guest | Owned by: | bill |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Dijit | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
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
Change History
Note: See
TracTickets for help on using
tickets.