Opened 17 years ago
Closed 17 years ago
#6521 closed enhancement (fixed)
Highlight the http:// in the Link pop-up in TinyMCE
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5.1 | Priority: | normal |
Severity: | minor | Version: | 2.5 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | Cc: |
Description
Highlights the pre-filled http:// in the href field in the Link pop-up in TinyMCE, silenced on error.
Attachments (1)
Change History (6)
#2
@
17 years ago
Better? No, it's about the same. However the file /tinymce/themes/advanced/js/link.js is completely changed in 3.0, so the select() is moved to inline js (where it would probably need less maintenance).
Also some of the enhancements made to TinyMCE 2.x in WordPress are now part of TinyMCE 3.0, like the auto-selecting of the first text field in a popup, closing of the popup when pressing Esc, etc.
Note: See
TracTickets for help on using
tickets.
If this a significantly better way to do this than the old way highlighyed by andy on wp-testers:
http://trac.wordpress.org/browser/tags/2.3.2/wp-includes/js/tinymce/themes/advanced/jscripts/link.js#L28