Closed
Bug 193526
Opened 23 years ago
Closed 22 years ago
italicized links containing 'p (apostrophe-p) in text not completely visible
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vdvo, Assigned: roc)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3b) Gecko/20030210
I'm nearly sure that this must be a dupe, but I've spent a whole lot of time
finding the right bug and I can't find it. Sorry.
At the demo URL, there is a comment added by one "Boris 'pi' Piwinger". The name
is a link and is italicized (<i>...</i>). The text of the link is empty from the
lowercase p to the end. You can make it appear by selecting the p.
The reduced testcase is: <a href="anything"><i>abc'pdef</i></a>. There must be
the apostrophe, the lowercase p directly following it, the link and the italics
(the <i> tag can also be outside of the link). It's very weird...
Reproducible: Always
Steps to Reproduce:
1. Load an HTML page containing: <a href="anything"><i>abc'pdef</i></a>
Actual Results:
Link text appears as "abc' " (there is underlined but empty space after the
apostrophe) unless you highlight text after the apostrophe.
Expected Results:
Link text should be displayed as "abc'pdef".
Comment 1•23 years ago
|
||
wfm with win2k build 20030215..
Reporter | ||
Comment 2•23 years ago
|
||
Screenshot of the bug.
Reporter | ||
Comment 3•23 years ago
|
||
Huh, this is weird. For the record, my default charset is ISO 8859-2, but
changing to 8859-1 doesn't help. What DOES help, though, is changing the text
zoom: increasing it from 100% to 110% or decreasing to 70% solves the problem.
Anything between 79% and 109% inclusive shows the bug. :-o This is a default
install of Win98SE Czech and Mozilla 1.3b. No special fonts or anything. I will
try a new profile but I doubt I did any relevant pref changes.
Reporter | ||
Comment 4•23 years ago
|
||
New findings: I attach a screenshot at 129% text zoom of another example, which
is at http://bugzilla.mozilla.org/show_bug.cgi?id=45375#c4 - the link's text is
"Peter ``jag'' Annema" - i.e., there are two back-ticks, the word "jag", and
two apostrophes. The text is invisible from the letter "j" to the end. The
trigger here is "`j", i.e. a backtick and a j. I found that an apostrophe and a
j also triggers the bug, but a backtick and a p does not (or, not at 100% text
zoom - it does at 150%).
Note that on this screenshot, the text is not completely invisible: at 129%
text zoom, it appears as a "dashed outline". Below that, it's invisible.
Reporter | ||
Comment 5•23 years ago
|
||
Tested also on a new profile (with the other theme) - same thing.
I am confirming this bug because I am most definitely seeing it, regularly. I
hope you don't mind me confirming my own bug now that I have the canconfirm
privilege.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 6•22 years ago
|
||
Hey, you know what? It's fixed! :-o
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624
No longer seeing the problem in either of the URL's I gave as examples, at any
text zoom between 40 and 180%. Should I just mark this FIXED, or would you like
me to investigate when exactly (between which two nightlies) the change
happened, so as to find what patch for what bug made the difference?
Assignee | ||
Comment 7•22 years ago
|
||
Don't bother. Thanks for the report though. I appreciate you tracking this stuff.
Reporter | ||
Comment 8•22 years ago
|
||
No problem, that's the least I can do. :-)
Resolving, then.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•