Opened 12 years ago
Closed 12 years ago
#7593 closed defect (fixed)
InlineEditBox: broken in IE6 and IE7
Reported by: | Becky Gibson | Owned by: | bill |
---|---|---|---|
Priority: | blocker | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As of the 09/04/nightly: http://archive.dojotoolkit.org/dojo-2008-09-04/dojotoolkit/dijit/tests/test_InlineEditBox.html the inlineeditbox is not working in IE
Load test_InlineEditBox.html in IE7 - click on an inlineeditbox and IE7 gives an error.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
Summary: | inlineeditbox: broken in IE7 → InlineEditBox: broken in IE6 and IE7 |
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [15139]) Change InlineEditBox? to use <span> instead of <fieldset>, to workaround IE bugs (?) setting innerHTML for the button labels. Fixes #7593 !strict.
Also added some button tests.
Note: See
TracTickets for help on using
tickets.
More info: the first inlineedittextbox (above "Dear") works, as does the ones above and below "Sincerely". But, the one next to "Dear" does not work but it is also just a simple text box.