Opened 12 years ago
Closed 12 years ago
#24520 closed defect (bug) (fixed)
TinyMCE - Edit Link - New Window bug
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | minor | Version: | 3.5.1 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | Cc: |
Description
The value of inputes.openInNewTab is set to true only if the target is _blank, but if it isn't, it isn't unchecked.
Steps to reproduce:
- Add two links, make the first one not open in new window, make the second open in new window
- Be sure to edit the link that opens in a new window, so the checkbox will be set to checked, close the edit prompt
- Now edit the link that doesn't open in a new window, the checkbox remains checked and hasn't been turned off
I'm attaching a proposed patch for the resolution.
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Fixes the minor JS true/false check