Closed
Bug 298749
Opened 20 years ago
Closed 20 years ago
i can not show a parts from forums pages ,but i can see using internnet explorer
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mazentabash, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 In the page at http://www.zmaan.com/vb/showthread.php?t=20940 i can not see the images at this page also in many pages in forums Reproducible: Always i need to upload the difference between to pagws using explorer and firefox but i can not do it how ?
Comment 1•20 years ago
|
||
The source contains the following fragment: <div id="myframe" tag="7|80|<smallfont>" style="display:none"> And the javascript code in /vb/mycodes.js contains the following (the variable 'div' is a reference to the above <div> element): tag = div.tag.replace(/[ ]+/g, " "); Which leads to the following predictable error in the Javascript console: Error: div.tag has no properties Source File: http://www.zmaan.com/vb/mycodes.js Line: 90 This is the same problem as described in bug 198643 comment 1, and so is therefore INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Component: Disability Access → DOM
Product: Firefox → Core
Resolution: --- → INVALID
Version: unspecified → 1.0 Branch
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•