Closed
Bug 714941
Opened 14 years ago
Closed 14 years ago
Internal Mozilla Phonebook entries don't display properly using Nightly
Categories
(Webtools Graveyard :: Phonebook, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 718757
People
(Reporter: jaas, Unassigned)
References
()
Details
Attachments
(1 file)
60.43 KB,
image/png
|
Details |
Internal Mozilla Phonebook entries are broken using Firefox Nightly builds. They don't show their white backgrounds properly, making the entries hard to read.
Updated•14 years ago
|
Assignee: server-ops → nobody
Group: infra
Component: Server Operations: Web Operations → Phonebook
Product: mozilla.org → Webtools
QA Contact: cshields → phonebook
Updated•14 years ago
|
Group: mozilla-corporation-confidential
Comment 3•14 years ago
|
||
Regression range on trunk:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c5b90ea7e475&tochange=f63a99195987
That points to this changeset:
> William Chen — Bug 497995: Part 1 - Implement border-image revisions in latest css3-background spec. r=dbaron
http://hg.mozilla.org/mozilla-central/rev/dda1146d1ec3
When I load a phonebook page, I get this in error console:
> Warning: Unknown property 'border-image'. Declaration dropped.
> Source File: https://phonebook.mozilla.org/css/style.css
> Line: 229
which points to:
> .vcard .header {
> border-image: url(../img/vcard_header_bg.png) 0 132 0 16 repeat stretch;
...and:
> Warning: Unknown property 'border-image'. Declaration dropped.
> Source File: https://phonebook.mozilla.org/css/style.css
> Line: 251
which points to:
> .vcard .body {
> border-image: url(../img/vcard_body_bg.png) 0 16 0 16 repeat repeat;
This all sounds like like phonebook needs to update to use the latest CSS3 border-image syntax. (while possibly preserving the old syntax too, for older versions of Firefox)
Comment 4•14 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #3)
> When I load a phonebook page, I get this in error console:
> > Warning: Unknown property 'border-image'. Declaration dropped.
Oh, sorry -- I skimmed over the error-message without actually reading it. I thought it was an "invalid syntax" error message, but it's just saying that we don't yet use the "border-image" name for the property, so it gets dropped. (but phonebook provides -moz-border-image as well, which is honored)
So basically, ignore the second half of my previous comment, sorry for the noise.
Comment 5•14 years ago
|
||
It looks like Bug 713643 (unprixing border-image) will make it easier for phonebook to support older & newer Firefox versions simultaneously.
Once the property is unprefixed, we can use the new syntax in "border-image" declarations and the old syntax in "-moz-border-image" declarations.
Comment 8•14 years ago
|
||
Can we remove the "confidential" flag on this bug, please? AFAICT there is no private data revealed here, and this is a CSS bug, AND the phonebook code is open source, so no reason to keep the bug private. Thanks!
Comment 9•14 years ago
|
||
Agreed; clearing that flag. (I suspect this was originally marked as MoCo-internal largely on the assumption that it's simply not relevant outside of MoCo (not that that really matters))
> AND the phonebook code is open source
Cool, I didn't know that! That definitely makes it relevant outside of MoCo. :)
Group: mozilla-corporation-confidential
Comment 10•14 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #9)
> Agreed; clearing that flag.
Thanks! I'd have done it myself but wanted to make sure I am not missing something.
Comment 11•14 years ago
|
||
Duping forward to yet another duplicate, which was also confidential, but has a patch. That confidential stuff sure works out well, doesn't it?
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•