Ticket #6521 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

Highlight the http:// in the Link pop-up in TinyMCE

Reported by: azaozz Assigned to: westi
Priority: normal Milestone: 2.5.1
Component: TinyMCE Version: 2.5
Severity: minor Keywords: has-patch
Cc:

Description

Highlights the pre-filled http:// in the href field in the Link pop-up in TinyMCE, silenced on error.

Attachments

highlight-http.patch (0.8 kB) - added by azaozz on 04/01/08 05:12:50.

Change History

04/01/08 05:12:50 changed by azaozz

  • attachment highlight-http.patch added.

04/02/08 07:44:24 changed by westi

  • owner changed from anonymous to westi.
  • status changed from new to assigned.

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

Changes to TinyMCE in prior versions were flagged with "WordPress". A
search of the codebase should find any others that might have been
lost in the update.

04/03/08 06:11:34 changed by azaozz

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.

04/03/08 20:14:38 changed by westi

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [7597]) Select the link in the link popup again. Fixes #6521 for trunk props azaozz.

04/03/08 20:15:37 changed by westi

  • status changed from closed to reopened.
  • resolution deleted.

Reopen for 2.5.1

04/03/08 20:16:16 changed by westi

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [7598]) Select the link in the link popup again. Fixes #6521 for 2.5.1 props azaozz.