Opened 15 years ago
Closed 15 years ago
#16631 closed feature request (fixed)
Internal linking feature is not available when rich text editing is disabled
| Reported by: | laacz | Owned by: | koopersmith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Editor | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
In plain text editor (at least - when rich-text one is disabled in per-user settings) there is no internal linking feature available. Link button pops up just an link input dialog.
Attachments (1)
Change History (21)
#2
@
15 years ago
who worked on this feature for 3.1? Would like to bug them into helping me make a plugin/future patch.
#4
@
15 years ago
- Type enhancement → feature request
What I would actually like to see, and have talked about with @koopersmith (who did the internal linking feature, to answer @jsternberg's question), is not replicating internal linking in the html view, but putting linking up on the level of media insertion, so the same thing is available to both. Not in scope for 3.2, but would love for 3.3, and a plugin in the meantime would be great.
#6
@
15 years ago
- Keywords has-patch added
- Owner set to
- Status new → accepted
Patch adds internal linking to HTML mode. Tested in Chrome, FF, IE8.
We can explore relocating the linking trigger, but that should be done in a separate patch.
Note: The only compressed file is the TinyMCE editor_plugin.js, and there is a new js file, wpdialogs.dev.js (in the js directory inside the tinymce wpdialogs plugin).
#9
@
15 years ago
Where exactly is this feature in the HTML editor? I can't find it, with or without TinyMCE enabled and with SCRIPT_DEBUG on.
#11
follow-up:
↓ 12
@
15 years ago
- Resolution fixed
- Status closed → reopened
In Firefox 4, with the visual editor selected, refreshing the edit screen shows both the TinyMCE controls and the HTML controls above it: http://i.imgur.com/QMXFn.png
#12
in reply to: ↑ 11
@
15 years ago
Replying to scribu:
In Firefox 4, with the visual editor selected, refreshing the edit screen shows both the TinyMCE controls and the HTML controls above it: http://i.imgur.com/QMXFn.png
I've encountered this error several times before (months ago) and have never been able to pin down the cause. I currently cannot reproduce the error and it usually goes away with a subsequent refresh/cleared cache/browser restart.
Is this happening consistently? Are there any signs pointing to this changeset?
#13
follow-up:
↓ 14
@
15 years ago
It's still happening today and it only started happening after [17690].
I have SCRIPT_DEBUG on and I've refreshed and restarted the browser several times.
If I switch to HTML mode and then back to visual mode, it goes away.
#14
in reply to: ↑ 13
@
15 years ago
Replying to scribu:
Does it happen in all browsers or only FF 4? Also can you check it with Firebug (or similar) if it's the same <div id="quicktags"... or there is a second one on page load.
#15
@
15 years ago
It seems to also happen in Chrome (can't test other browsers atm).
Yes, it's the same div. The code that's supposed to hide it just doesn't seem to fire initially.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This was done consciously.
Changing to an Enhancement