Closed Bug 59823 Opened 24 years ago Closed 21 years ago

problems with <nobr></nobr>

Categories

(Core :: DOM: HTML Parser, defect, P3)

x86
All
defect

Tracking

()

RESOLVED WORKSFORME
Future

People

(Reporter: gereon.ruetten, Assigned: harishd)

References

()

Details

(Keywords: compat)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.0-test11 i686; en-US; m18) Gecko/20001110
BuildID:    Mozilla/5.0 (X11; U; Linux 2.4.0-test11 i686; en-US; m18) Gecko/20001110

as you can see on the sample URL, Mozilla breaks the lines, but in evrey line i
inserted a <nobr>content</nobr>
Other browser show it correctly !

Reproducible: Always
Steps to Reproduce:
1.no special needs to reproduce


Expected Results:  no line has to be break
-->layout...this happens on win32 trunk too, and only on each 2nd line
Assignee: asa → clayton
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout
Ever confirmed: true
OS: Linux → All
QA Contact: doronr → petersen
Summary: problems with <nobr></nobr> → problems with <nobr></nobr>
Assignee: clayton → jst
The content model that the parser builds from this page is nowhere close to what
the page contains, the page contains things like this:

<nobr><font ...>some text</font></nobr><br>

and the parser sees most of those (it gets the first line right, or close at
least) lines as:

  <nobr/>
  <font ...>
     some text
  </font>
  <br/>

reassignig to harishd.
Assignee: jst → harishd
QA Contact: petersen → lorca
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.1
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
I'm not able to reach the above URL. 
Whiteboard: UNABLE TO REACH THE ABOVE URL
Because i moved to a other town, the url has changed
Gereon: Thanx for updating the URL.
Whiteboard: UNABLE TO REACH THE ABOVE URL
This bug has been marked "future" because the original netscape engineer working 
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way 
-- please attach your concern to the bug for reconsideration. 
Target Milestone: mozilla0.9.1 → Future
Component: Layout → Parser
Keywords: compat
WFM on Mozilla 1.0 RC1 (2002041711), Windows NT 4.0
unreachable testcase, last comment was worksforme, resolving. please reopen if
this is still a problem for you and you can provide a testcase. thanks.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.