#6376 closed defect (fixed)
IE: Editor setValue() failure
Reported by: | Adam Peller | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.1.1 |
Component: | Editor | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This test case worked in 1.0.2, but fails to set the Editor's value in 1.1.0. Refresh the page and it works.
Reported by Steve Leland, IBM.
Attachments (2)
Change History (7)
Changed 13 years ago by
Attachment: | iesteve.html added |
---|
comment:1 Changed 13 years ago by
test case should read "Hi there" but instead just says "Loading..."
comment:2 Changed 13 years ago by
Summary: | Editor setValue() failure → IE: Editor setValue() failure |
---|
comment:3 Changed 13 years ago by
setValue is sensitive to the fact that onLoad() fires at different times depending on the browser. Use the Deferred object to set the value on the editor when it's ready
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
test case