Opened 13 years ago
Closed 13 years ago
#24520 closed defect (bug) (fixed)
TinyMCE - Edit Link - New Window bug
| Reported by: | sc0ttkclark | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | TinyMCE | Version: | 3.5.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixes the minor JS true/false check