Closed
Bug 249787
Opened 21 years ago
Closed 21 years ago
update.mozilla.org extension page not readable in ie
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: chofmann, Assigned: wolf)
References
()
Details
(Keywords: fixed-aviary1.0, Whiteboard: mostly-fixed (see Comment 17))
Attachments
(1 file, 2 obsolete files)
|
7.29 KB,
text/plain
|
Details |
several reports to webmaster on this...
Dear Webmaster:
In the following page,
http://update.mozilla.org/extensions/?application=mozilla, the "Categories"
section is overlapping into the "What is the Extension?" section. Thus not
abling me to read the various plug-ins.
I am using IE under Windows XP- sadly! Can you please rectify this for me and
others.
Thank you for your time and assistance.
| Reporter | ||
Comment 1•21 years ago
|
||
dbaron, can you help sort this out?
Assignee: general → dbaron
Flags: blocking-aviary1.0RC1+
Comment 2•21 years ago
|
||
If you set position:absolute; for .box, the right part and the categories don't
overlap anymore (also now the boxes in the right part overlap itself, but same
in Mozilla so). And if you remove the position:absolute; from the categories
(DIV.sidelinks) (and undo the change from before, so remove pos: abs from .box
also), the categories and the right part of the page don't overlap (also now the
right part begins at the buttom of the categories box, but same in Mozilla so).
Comment 5•21 years ago
|
||
Is any problem to move this bug to right product and component
(mozilla.org/Update) or is this bug here just for blocking request? Why wasn't
this duped agains older original bug 246875?
| Assignee | ||
Comment 6•21 years ago
|
||
*** Bug 246875 has been marked as a duplicate of this bug. ***
Component: Browser-General → Update
Product: Browser → mozilla.org
Version: Trunk → other
| Assignee | ||
Comment 7•21 years ago
|
||
Moving it back.. Far as I know, it's here for the blocking flags..
Severity: blocker → normal
Component: Update → Browser-General
Product: mozilla.org → Browser
Version: other → Trunk
You shouldn't use margin to indent!
http://ctho.ath.cx/tmp/mozupdates/new.htm
Most of the relevant changes are to the CSS file. Note that I changed your
MARGIN-LEFT to LEFT, and added a POSITION: relative. To float the Firefox logo,
I gave it position:absolute and right:0. You could probably also specify top:0,
but I believe that's implied.
Status: NEW → ASSIGNED
->me
Assignee: psychoticwolf → cst
Status: ASSIGNED → NEW
While we're at it, we either need to include an IE PNG transparency hack,
change the page background to gray, or use a non-PNG format for IE. The
javascript hack is probably simplest:
http://homepage.ntlworld.com/bobosola/pnghowto.htm
I added it to my page (linked above).
I notice that the content boxes (.box class) now run over the Firefox logo. I
added a z-index.
Sorry for the 4th bugspam in a row.
Attachment #152838 -
Attachment is obsolete: true
Comment 12•21 years ago
|
||
Wherever it is, the changes need to get put in. This goes along with
http://bugzilla.mozilla.org/buglist.cgi?product=mozilla.org&component=Update&keywords_type=allwords&keywords=polish&resolution=---
No longer blocks: 246875
Severity: normal → critical
->Wolf to actually incorporate into UMO now that the fix is written.
Assignee: cst → psychoticwolf
| Assignee | ||
Comment 14•21 years ago
|
||
Bouncing this bug to mozilla.org --> Update.. now that the blocking flags are
over there. Pardon the spam. nothing to see here.
Component: Browser-General → Update
Product: Browser → mozilla.org
QA Contact: general → mozilla.update
Version: Trunk → other
| Assignee | ||
Comment 15•21 years ago
|
||
For the sake of those who were worried. :-)
Status: NEW → ASSIGNED
| Assignee | ||
Comment 16•21 years ago
|
||
OK, this is CTho's attachment with fixes to unbreak the rest of the site.
Attachment #152840 -
Attachment is obsolete: true
| Assignee | ||
Comment 17•21 years ago
|
||
OK, I've posted the fixed CSS file, which fixes the text-overlap, orange-bar
repeating, whitespace, etc bugs. fixed the /extensions/ and /themes/ index pages
to unbreak the most popular, etc boxes that were broken as a result of the new CSS.
Things remaining:
1) The PNGs currently rely on alpha-trans, which IE doesn't handle well. I
haven't fixed the images because the site's design is subject to change.
2) Some text is covered up as a result of the gray boxes around the imagery.
3) In Mozilla, some of the same text hides under the images, which is a minor
regression from this fix.
4) The changes here break the author/admin panel. So the admin panel still uses
the old CSS.
5) On some screen resolutions, the new CSS causes a horizontal scrollbar in IE..
Overall this should eliminate most of the IE problems though, the biggest one,
the text overlap is definitely gone.
This bug isn't completely fixed yet, so please *do not* mark it fixed.
Priority: -- → P1
Whiteboard: mostly-fixed (see Comment 17)
| Reporter | ||
Comment 18•21 years ago
|
||
hooray! watching incoming traffic on the webmaster just got a lot easier... thanks
| Reporter | ||
Updated•21 years ago
|
Keywords: fixed-aviary1.0
| Assignee | ||
Comment 19•21 years ago
|
||
bumping down the severity.
Comment #17 Point 3 is also now fixed.
Points 1 and 2 are likely to be fixed under Bug 249447, marking the dependency.
Severity: critical → major
Depends on: 249447
Updated•21 years ago
|
| Assignee | ||
Comment 20•21 years ago
|
||
Bulk Moving Web Site bugs to new component.
(Filter: massumowebsitespam)
Component: Update → Web Site
Product: mozilla.org → Update
Version: other → unspecified
Comment 21•21 years ago
|
||
Well, a lot has changed since then. This seems to work fine in IE now. Can we
mark this as fixed?
| Assignee | ||
Comment 22•21 years ago
|
||
I'll mark it as fixed when I feel it is. Thanks.
| Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•