Opened 12 years ago
Closed 12 years ago
#7606 closed defect (fixed)
IE: InlineEditBox / Editor throw exception
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run test_InlineEditBox.html using IE.
Click the Editor section near the bottom and IE throws an exception.
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → assigned |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [15158]) Fixes #7606. Added lineHeight to InlineEditBox?'s lis tof style attributes to copy. InlineEditBox? now passes the style attribute to editing widgets to let them deal with it as they see fit. Removed _initialText from InlineEditBox? and replaced with _resteValue which was already being maintained.
Note: See
TracTickets for help on using
tickets.
Running on FF2, the line spacing in the example is small when editing and big when not.
Running on IE, click to edit and you get an exception.
this._initialText = ew.getValue() is being called by InlineEditBox? but Editor's getValue needs this.editNode and that isn't setup yet since its waiting for the iframe to be initialized by the browser, hence another exception.