Closed
Bug 309724
Opened 19 years ago
Closed 15 years ago
URL in noframes is not clickable.
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: baffclan, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
495 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050920 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050920 Firefox/1.6a1
When it displayed a page source, URL is displayed by a blue coler strings.
However, URL in noframes is recognized as a normal strings in the page
that used a frame without becoming a blue color strings.
Reproducible: Always
Steps to Reproduce:
SeaMonkey has the same bug, too.
Summary: URL in noframes is not recognized justly. → URL in noframes is not recognized justly.
Comment 3•19 years ago
|
||
There isn't made a dom tree of the contents of a <noframe>, so that's why the
view-source does look that way.
Not really sure if Mozilla should make a dom tree of the contents of a <noframe>
tag.
Assignee: nobody → mrbkap
Component: View Source → HTML: Parser
Keywords: testcase
Product: Firefox → Core
QA Contact: view.source → parser
Version: unspecified → Trunk
Comment 4•19 years ago
|
||
I could fix things so that we'd display the contents of <noframes> as real tags
in view-source (but parse them as CDATA when parsing the page for real). Would
that be an acceptable solution?
Comment 5•19 years ago
|
||
Personally, I prefer it when view-source reflects the dom tree, so I would not
like the solution, but I don't have any strong feelings against it.
Comment 6•19 years ago
|
||
I can reproduce with trunk/Linux.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060304 Firefox/1.6a1
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•15 years ago
|
OS: Windows XP → All
Comment 7•15 years ago
|
||
I'd really want to avoid making the tree builder behavior for view source and actual parse diverge. I suggest WONTFIX.
Updated•15 years ago
|
Assignee: mrbkap → nobody
Summary: URL in noframes is not recognized justly. → URL in noframes is not clickable.
Comment 8•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•