Open
Bug 549277
Opened 16 years ago
Updated 13 years ago
Test Run won't open, when notes-tab contains unclosed tag
Categories
(Testopia :: Test Runs, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: inexact, Assigned: gregaryh)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fi; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8
Build Identifier: Bugzilla version version 3.4.4, don't know where to look Testopia version
Test run won't open, when notes-tab contains unclosed tag. This happens everytime and I noticed this problem, when I wrote to the notes-tab example of one element, but I left tag open.
Reproducible: Always
Steps to Reproduce:
1. Open Run
2. Change to Notes-tab
3. Write to the notes tab:
plaa plaa plaa
<g onclick="method(a, 'b')">
<circle id="b" cx="00.00" cy="00.00" ... (do not close tag!)
plaa plaa plaa
4. Submit
5. Try to open run (fails everytime)
Actual Results:
When trying to open test run, it won't open. Firefox error console says:
Virhe: unterminated string literal
Lähdetiedosto: http://ipaddress/Bugzilla/tr_show_run.cgi?run_id=8
Rivi: 224
Expected Results:
It should show test run normally.
I don't understand, when I just type something to the notes-tab, is it so, that I really have to close tags for examples too? If this is the case, this is quite funny. I undestand that some characters SHOULD represented as HTML entities, but some HTML-entities should be show as normal characters.
You need to log in
before you can comment on or make changes to this bug.
Description
•