Closed Bug 416457 Opened 17 years ago Closed 17 years ago

Wrong favicon displayed on Wikipedia page

Categories

(SeaMonkey :: UI Design, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mcsmurf, Assigned: Callek)

References

Details

(Keywords: regression)

Attachments

(1 file, 2 obsolete files)

To reproduce: 1. Go to http://de.wikipedia.org/wiki/Ethanthiol 2. Compare favicon with another browser Results: SeaMonkey displays the icon specified under <link rel="apple-touch-icon" href="http://de.wikipedia.org/apple-touch-icon.png" /> It should probably display the favicon.ico icon like Firefox trunk does.
I think this is because we changed the regexps from ^|\s...\s|$ to \b...\b
This appears to have regressed from Bug 240393.
Blocks: 240393
Keywords: regression
Attached patch Fix regexes (obsolete) — Splinter Review
Assignee: nobody → bugspam.Callek
Status: NEW → ASSIGNED
Attachment #303954 - Flags: superreview?(neil)
Attachment #303954 - Flags: review?(neil)
Comment on attachment 303954 [details] [diff] [review] Fix regexes Aren't there other regexes that need fixing? See http://mxr.mozilla.org/mozilla/search?string=test%28rel%29&find=suite&findi=&filter=%5C%5Cb%5C%2F&tree=mozilla (It also looks as if some of them are missing /i.)
Attachment #303954 - Attachment description: Fix regex's → Fix regexes
Attachment #303954 - Flags: superreview?(neil)
Attachment #303954 - Flags: superreview-
Attachment #303954 - Flags: review?(neil)
Attachment #303954 - Flags: review+
If you prefer, you can fix page info in a separate patch, and then sr=me.
Attached patch fix regexes (pageinfo too) (obsolete) — Splinter Review
Adding pageinfo to this patch was easier...
Attachment #303954 - Attachment is obsolete: true
Attachment #304085 - Flags: superreview?(neil)
Attachment #304085 - Flags: review?(neil)
Comment on attachment 304085 [details] [diff] [review] fix regexes (pageinfo too) (note that I haven't actually tested page info as such)
Attachment #304085 - Flags: superreview?(neil)
Attachment #304085 - Flags: superreview+
Attachment #304085 - Flags: review?(neil)
Attachment #304085 - Flags: review+
accidentally left out the addition of the case insensitive flags on the pageinfo changes. Porting r/sr.
Attachment #304085 - Attachment is obsolete: true
Attachment #304151 - Flags: superreview+
Attachment #304151 - Flags: review+
Keywords: checkin-needed
Keywords: checkin-needed
Checking in suite/browser/tabbrowser.xml; /cvsroot/mozilla/suite/browser/tabbrowser.xml,v <-- tabbrowser.xml new revision: 1.194; previous revision: 1.193 done Checking in suite/browser/pageinfo/pageInfo.js; /cvsroot/mozilla/suite/browser/pageinfo/pageInfo.js,v <-- pageInfo.js new revision: 1.10; previous revision: 1.9 done Checking in suite/browser/pageinfo/feeds.js; /cvsroot/mozilla/suite/browser/pageinfo/feeds.js,v <-- feeds.js new revision: 1.3; previous revision: 1.2 done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Component: XP Apps: GUI Features → UI Design
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: