Ticket #7300 (closed Bug: fixed)
Link dialog does not load "Left/Top Position" values properly
| Reported by: | wwalc | Owned by: | Saare |
|---|---|---|---|
| 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
Change History
comment:2 Changed 2 years ago by Saare
- Owner set to Saare
- Status changed from confirmed to review
Same for "height" and "width" fields.
comment:4 Changed 2 years ago by Saare
- Status changed from review_passed to closed
- Resolution set to fixed
Fixed with [6547].
Note: See
TracTickets for help on using
tickets.
