Opened 15 years ago
Closed 15 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 15 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 4519.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Better coding style (simpler and smaller):
savedSelection = selection && selection.getRanges();
element && element.scrollIntoView( true );
Regression of [4350] from #4355.