Bug #23352
closedhtmlArea RTE: Remove link option not enabled on double-click in Firefox
0%
Description
Maybe I'm just a little old-fashioned, but I liked the context menu item "Remove link" that appeared when a link was set in htmlarearte < version 2. Could it be integrated again?
(issue imported from #M15354)
Files
Updated by Stanislas Rolland over 14 years ago
If button "unlink" is configured in the toolbar, it should appear in the context menu.
Updated by over 14 years ago
Ah, I just found out what is different in 4.4 compared to 4.3.
In 4.3, after double-clicking a link I had the "Remove link" option in the context menu but the toolbar icon was inactive.
To have the option and the toolbar icon active I had to highlight it (not by double-click, but by mouse selection).
In 4.4+ you don't have the option in the context menu after double-clicking.
Updated by Stanislas Rolland about 14 years ago
The problem in 4.3 was that the toolbar and the context menu were inconsistent.
In all browsers other than Firefox, double-click on the link selects exactly the link, and the unlink icon is enabled in both the toolbar and the context menu.
But Firefox put the boundaries of the selection just outside the link...
The problem is reported on bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=569190
Updated by Stanislas Rolland about 14 years ago
Attached patch should fix this in Firefox.
Please confirm.
Updated by Stanislas Rolland about 14 years ago
Thanks for testing!
Committed to SVN TYPO3core trunk (revision 8734) and branch TYPO3_4-4 (revision 8735).
Updated by Stanislas Rolland about 14 years ago
Just realized that the same issue would arise with the non-typo3 link editing plugin used in the FE.
So, attaching follow-up patch
Updated by Stanislas Rolland about 14 years ago
Follow-up patch committed to SVN TYPO3core trunk (revision 8736) and branch TYPO3_4-4 (revision 8737).