Ticket #1375 (closed defect: invalid)
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(&quot;/omnity/gui/password_recover.omni&quot;,&quot;pass_recover&quot;,&quot;width=300,height=150,resizable,scrollbars&quot;)">Mot de passe oublié</a>
Textarea displays until xinha is loaded
<a href="javascript:void%20window.open("password_recover.php","pass_recover","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
- Load page with the above mentioned code
- Wait for xinha to load ( assuming xinha is set to load automatically )
- Select xinha area
- 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
Note: See
TracTickets for help on using
tickets.
