#16477 closed defect (fixed)
[regression] can't close "Insert Image" dialog on IE9+
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.3 |
Component: | Editor | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
On IE9, load test_Editor.html and scroll down to the Editor labelled "Optional toolbar buttons". Click to open the "Insert Image" TooltipDialog, enter a URL and click Set. The TooltipDialog does not close anymore no matter what you do.
Originally reported as a regression from [27235] but note that the faulty code is actually from [20304]. It's just that it wasn't being executed for IE9 until [27235].
Change History (2)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.8.3 |
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.4.0 → 1.8.0 |
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Summary: | can't close "Insert Image" dialog on IE9+ → [regression] can't close "Insert Image" dialog on IE9+ |
Marking as regression to indicate the problem started in 1.8. Although see also #14900, which was the same symptom caused by a different bug.
Note: See
TracTickets for help on using
tickets.
This was originally reported and fixed as part of #14331:
In [30187]:
Fix exception trying to adjust range when nothing is selected, fixes regression from [27235] on trunk, refs #14331 !strict.
In [30188]:
Fix exception trying to adjust range when nothing is selected, fixes regression from [27235] on 1.8 branch, refs #14331 !strict.