Opened 7 years ago
Closed 7 years ago
#4519 closed Bug (fixed)
[IE]Unable to maximize without editor focus
| Reported by: | garry.yao | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | General | Version: | |
| Keywords: | IE Confirmed Review+ | Cc: |
Description
JavaScript error thrown when execute 'maximize' command without editor focus in IE.
Attachments (1)
Change History (5)
comment:1 Changed 7 years ago by garry.yao
- Owner set to garry.yao
- Status changed from new to assigned
Changed 7 years ago by garry.yao
comment:2 Changed 7 years ago by garry.yao
- Keywords Review? added
comment:3 Changed 7 years ago by fredck
- Keywords Review+ added; Review? removed
Better coding style (simpler and smaller):
savedSelection = selection && selection.getRanges();
element && element.scrollIntoView( true );
comment:4 Changed 7 years ago by garry.yao
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with [4375].
Note: See
TracTickets for help on using
tickets.

Regression of [4350] from #4355.