Testbrowser decodes textarea content twice/wrong

Bug #193263 reported by Christian Zagrodnick
2
Affects Status Importance Assigned to Milestone
Zope 3
Won't Fix
Undecided
Unassigned
zope.testbrowser
Invalid
Undecided
Unassigned

Bug Description

Given a textarea:

<textarea cols="60" id="form.title" name="form.title" rows="15" >&amp;lt;EU&amp;gt; &lt;em&gt;unterstuetzt&lt;/em&gt; Stinker-Steuer</textarea></div>

Failed example:
    browser.getControl(name='form.title').value
Differences (ndiff with -expected +actual):
    - '&lt;EU&gt; <em>unterstuetzt</em> Stinker-Steuer'
    ? ^^^^ ^^^^
    + '<EU> <em>unterstuetzt</em> Stinker-Steuer'
    ? ^ ^

So the &amp;lt; is decoded to < which is wrong.

Tres Seaver (tseaver)
Changed in zope3:
status: New → Won't Fix
Revision history for this message
Brian Sutherland (jinty) wrote :

This looks to be a zope.testbrowser bug, not a zope.testing bug.

affects: zope.testing → zope.testbrowser
Revision history for this message
Colin Watson (cjwatson) wrote :

The zope.testbrowser project on Launchpad has been archived at the request of the Zope developers (see https://answers.launchpad.net/launchpad/+question/683589 and https://answers.launchpad.net/launchpad/+question/685285). If this bug is still relevant, please refile it at https://github.com/zopefoundation/zope.testbrowser.

Changed in zope.testbrowser:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.