#7300 closed Bug (fixed)
Link dialog does not load "Left/Top Position" values properly
Reported by: | Wiktor Walc | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | General | Version: | 3.0 |
Keywords: | Cc: | rocco.tschirner@… |
Description
Steps to reproduce
- Insert in the link-dialog as target frame a popup-window and set "Left Position" and/or "Top Position" to "1"
- Re-open the dialog to edit the link
- The editor now shows "true" in both fields
Before:
<a href="http://example.com" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no,left=1,top=1'); return false;">http://example.com</a>
After:
<a href="http://example.com" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no,left=true,top=true'); return false;">http://example.com</a>
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
Changed 14 years ago by
Attachment: | 7300.patch added |
---|
comment:2 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
comment:3 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6547].
Same for "height" and "width" fields.