#3076 closed Bug (fixed)
Link shows "RTENOTITLE" in FCKeditor
Reported by: | Lei Jiang | Owned by: | |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed | Cc: | paul irish |
Description
I am using Mediawiki 1.14.0 + FCKeditor. The FCKeditor extension is download from SVN, and fckeditor is 2.6.4.
When I open a existing article to start editing, I find the links in that article has been replaced with "RTENOTITLE". When I click "Wikitext" button to switch to Wikitext mode, the link has been replaced with something like "/wiki/index.php/My article title".
How to avoid this?
Thanks!
Change History (11)
comment:1 Changed 16 years ago by
Keywords: | Pending added |
---|---|
Milestone: | FCKeditor 2.6.5 |
Priority: | High → Normal |
comment:2 Changed 16 years ago by
Priority: | Normal → High |
---|
comment:3 Changed 16 years ago by
Got the same pb with accent "é".
As you said, this happens only if the target page exists.
comment:4 Changed 16 years ago by
Cc: | paul irish added |
---|---|
Version: | FCKeditor 2.6.4 → SVN |
I'm seeing this issue too:
Version: FCKeditor+MW svn trunk, MW 1.14alpha
I'm actually seeing two issues in here:
- addition of RTENOTITLE to title of pages
- apparently not added when & is changed to &
- addition of /wiki/ path that breaks the links
comment:5 Changed 16 years ago by
Keywords: | Confirmed added; Pending removed |
---|
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [3224].
Let me know if you experience any problems with it.
comment:8 Changed 16 years ago by
A new strange behavior has appeared now (may also have been caused by another recent fix I svn-updated in the same time) : by pushing the "Wikitext" button, the result displayed is now correct, but by pushing it one more time I get a "Loading Wikitext. Please wait..." message and...nothing more, it never loads back the WYSIWYG content anymore.
comment:9 Changed 16 years ago by
Clear browser cache.
If that didn't help, use Firefox + Firebug to inspect the AJAX calls, let me know if you see anything wrong there.
comment:10 Changed 16 years ago by
Well, clearing browser cache changes nothing.
There is an ajax POST query with ends with http success code 200 and which returned data is somewhat looking like the html code I get when I inspect the original iframe content, except that :
- there is not yet "_fcksavedurl" attribute in "a", just some "_fcknotitle" valued with "true"
- a very few minors markups like "tbody" or "br" are missing that must be automatically added by fck or ff or firebug, dunno
Looks like either it can't parse response html or it can't load it into the iframe.
comment:11 Changed 16 years ago by
Ok, I found this one, this is a Firebug bug, ahah :
https://bugzilla.mozilla.org/show_bug.cgi?id=482293[[BR]]
http://groups.google.com/group/firebug/browse_thread/thread/d3e264da827e2a9[[BR]]
etc.
You can mark the ticket as resolved !
Could you provide sample article to show the bug?