Ticket #6533 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

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

test_DialogInDialog.html (18.7 kB) - added by guest 7 months ago.

Change History

Changed 7 months ago by guest

Changed 6 months ago by bill

  • status changed from new to assigned
  • owner set to bill
  • milestone set to 1.2

Changed 6 months ago by bill

  • status changed from assigned to closed
  • resolution set to fixed

(In [13723]) Fixes #6533: dijit._isElementShown returns wrong result for input hidden on IE

Note: See TracTickets for help on using tickets.