Ticket #6376 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

IE: Editor setValue() failure

Reported by: peller Owned by: liucougar
Priority: normal Milestone: 1.1.1
Component: Editor Version: 1.1.0
Severity: normal Keywords:
Cc:

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

iesteve.html (0.6 kB) - added by peller 4 months ago.
test case
setvalue.patch (0.6 kB) - added by peller 4 months ago.
use onLoadDeferred for setValue

Change History

Changed 4 months ago by peller

test case

Changed 4 months ago by peller

test case should read "Hi there" but instead just says "Loading..."

Changed 4 months ago by peller

  • summary changed from Editor setValue() failure to IE: Editor setValue() failure

Changed 4 months ago by peller

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

Changed 4 months ago by peller

use onLoadDeferred for setValue

Changed 3 months ago by peller

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

(In [13577]) Fixes #6376 on 1.1 branch only, to defer setValue if editor is still loading. No longer a problem on trunk after Alex's refactor (see #6582)

Changed 2 months ago by peller

(In [13669]) improved patch from jgarfield for deferred setValue on IE. 1.1 branch. Refs #6376

Note: See TracTickets for help on using tickets.