Ticket #1375 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

quot becomes '

Reported by: guest Owned by:
Priority: normal Milestone: 0.97
Component: HTML Output Version: trunk
Severity: normal Keywords:
Cc:

Description

Tested with latest svn version.

Original HTML Code

<a href="javascript:void%20window.open("/omnity/gui/password_recover.omni","pass_recover","width=300,height=150,resizable,scrollbars")">Mot de passe oublié</a>

Textarea displays until xinha is loaded

<a href="javascript:void%20window.open(&quot;password_recover.php&quot;,&quot;pass_recover&quot;,&quot;width=300,height=150,resizable,scrollbars&qu
ot;)">Mot de passe oublié</a>

Outputted code

<a href="javascript:void%20window.open("password_recover.php","pass_recover","width=300,height=150,resizable,scrollbars")">Mot de passe oublié</a>

Steps

  1. Load page with the above mentioned code
  2. Wait for xinha to load ( assuming xinha is set to load automatically )
  3. Select xinha area
  4. Go into source code mode and you'll see the code in "Outputted Code"

The outputted code should be the same as the textarea originally displayed.

Change History

Changed 4 years ago by guest

This may be related to #378.

Changed 4 years ago by ray

I have just tested it and it works OK

Changed 4 years ago by gogo

  • status changed from new to closed
  • resolution set to invalid

The Original HTML Code has a couple of unquoted quotes in it.

I tested with this

&lt;a href=&quot;javascript:void%20window.open(&amp;quot;password_recover.php&amp;quot;,&amp;quot;pass_recover&amp;quot;,&amp;quot;width=300,height=150,resizable,scrollbars&amp;quot;)&quot;&gt;Mot de passe oublié&lt;/a&gt;

and it worked fine.

Note: See TracTickets for help on using tickets.