[xwiki-users] New WYSIWYG (1.8.1)
Hi, new link dialog is great but the "open in new window option" does not work. It inserts rel="__blank" instead of target"_blank" hel. ----- ---- [email protected] -- View this message in context: http://n2.nabble.com/New-WYSIWYG-%281.8.1%29-tp2664778p2664778.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi, On Mon, Apr 20, 2009 at 6:40 PM, hel-o <[email protected]> wrote:
Hi,
new link dialog is great but the "open in new window option" does not work.
http://jira.xwiki.org/jira/browse/XWIKI-3641 ;-) Thanks for the feedback, Guillaume
It inserts rel="__blank" instead of target"_blank"
hel.
----- ---- [email protected]
-- View this message in context: http://n2.nabble.com/New-WYSIWYG-%281.8.1%29-tp2664778p2664778.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki Skype ID : wikibc http://guillaumelerouge.com/
Guillaume Lerouge wrote:
Hi,
On Mon, Apr 20, 2009 at 6:40 PM, hel-o <[email protected]> wrote:
Hi,
new link dialog is great but the "open in new window option" does not work.
target attribute is not valid XHTML 1.0 strict, as our doctype says, therefore, in order to get the same effect, we used to have a piece of javascript that transformed all rel="_<anything>" into target="<anything>", after the page was loaded. I will investigate the reasons for which this piece of javascript was removed and the means to create a link which would open in a new window, while keeping the page valid, to fix the link wizard. Happy xwiki-ing Anca Luca
Thanks for the feedback, Guillaume
It inserts rel="__blank" instead of target"_blank"
hel.
----- ---- [email protected]
-- View this message in context: http://n2.nabble.com/New-WYSIWYG-%281.8.1%29-tp2664778p2664778.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Apr 20, 2009, at 9:10 PM, Anca Paula Luca wrote:
Guillaume Lerouge wrote:
Hi,
On Mon, Apr 20, 2009 at 6:40 PM, hel-o <[email protected]> wrote:
Hi,
new link dialog is great but the "open in new window option" does not work.
target attribute is not valid XHTML 1.0 strict, as our doctype says, therefore, in order to get the same effect, we used to have a piece of javascript that transformed all rel="_<anything>" into target="<anything>", after the page was loaded.
I will investigate the reasons for which this piece of javascript was removed and the means to create a link which would open in a new window, while keeping the page valid, to fix the link wizard.
AFAIR Jean-Vincent removed it by error thinking it wasn't used. He said he'd look into it but I guess he's been busy elsewhere. Would be great to put it back. -Vincent
Happy xwiki-ing Anca Luca
Thanks for the feedback, Guillaume
It inserts rel="__blank" instead of target"_blank"
hel.
----- ---- [email protected]
On Mon, Apr 20, 2009 at 11:54 PM, Vincent Massol <[email protected]> wrote:
AFAIR Jean-Vincent removed it by error thinking it wasn't used. He said he'd look into it but I guess he's been busy elsewhere. Would be great to put it back.
Fixed. http://jira.xwiki.org/jira/browse/XWIKI-3641 Thanks, JV.
participants (5)
-
Anca Paula Luca -
Guillaume Lerouge -
hel-o -
Jean-Vincent Drean -
Vincent Massol