Closed
Bug 510072
Opened 16 years ago
Closed 16 years ago
Security Notice box covers Thunderbird links
Categories
(support.mozilla.org :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
1.5
People
(Reporter: jsocol, Assigned: jsocol)
References
()
Details
(Whiteboard: sumo_only)
Attachments
(1 file, 3 obsolete files)
|
1.30 KB,
patch
|
paulc
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Build Identifier:
The div.simplebox element containing the Flash Security notice stretches over the Thunderbird links.
Reproducible: Always
Steps to Reproduce:
1. Launch IE7.
2. Go to support.mozilla.com
Actual Results:
The warning covers the Thunderbird links
Expected Results:
The warning should be within the column.
The issue seems to be with block-level widths containing the div.simplebox, not the div itself.
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → jsocol
| Assignee | ||
Comment 1•16 years ago
|
||
Tweaks mozcommon.css, mozcommon/ie.css and mozcommon/ie7.css to fix the box widths and stop the box from overflowing in Firefox, IE6 and IE7.
| Assignee | ||
Updated•16 years ago
|
Attachment #394139 -
Flags: review?(paul.craciunoiu)
Comment 2•16 years ago
|
||
Comment on attachment 394139 [details] [diff] [review]
patch, v1
This clips the topbar image on the right a bit. Also, it includes duplicated CSS from bug 495831 :)
Remember to do an "svn update" -- since that bug has just been committed -- to avoid this.
Attachment #394139 -
Flags: review?(paul.craciunoiu) → review-
Comment 3•16 years ago
|
||
(In reply to comment #2)
> (From update of attachment 394139 [details] [diff] [review])
> This clips the topbar image on the right a bit. Also, it includes duplicated
> CSS from bug 495831 :)
In IE6, at least.
| Assignee | ||
Comment 4•16 years ago
|
||
This one doesn't include the duplicate code from #495831 and fixes the background clipping in IE6.
| Assignee | ||
Updated•16 years ago
|
Attachment #394158 -
Flags: review?(paul.craciunoiu)
| Assignee | ||
Updated•16 years ago
|
Attachment #394139 -
Attachment is obsolete: true
Comment 5•16 years ago
|
||
Comment on attachment 394158 [details] [diff] [review]
patch, v2
Looks good on IE6. My IE7 won't load either VPN or my local so I can't test that. I'll commit to the forumux branch so Stephen can test.
Attachment #394158 -
Flags: review?(paul.craciunoiu) → review+
would it be easier if you gave us another way to put URGENT and high-priority messages on the front page?
Comment 7•16 years ago
|
||
r49061 on forumux branch.
http://sumo-forumux.stage.mozilla.com/en-US/kb/
Comment 8•16 years ago
|
||
I see this one of two ways:
* content labels and style that ugly notice
* current situation, still style that ugly notice
I guess content labels would provide better control (independent) and give localizers less hassle, yes?
| Assignee | ||
Comment 9•16 years ago
|
||
Adding a simple field to the admin pages isn't terribly difficult. It could be incorporated into the template. Similar to the maintenance message but without closing the site.
Comment 11•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3
Verified FIXED using:
* Firefox 3.5.2
* Firefox 3.0.13
* IE 6/7/8
* Safari 4
* Opera 9.64
* Google Chrome 2.0.172.39
Status: RESOLVED → VERIFIED
Comment 13•16 years ago
|
||
Regression for rest of pages, general page width is affected. Reopening so we don't push this thinking it's fixed :D
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Updated•16 years ago
|
Target Milestone: 1.3 → 1.5
| Assignee | ||
Comment 14•16 years ago
|
||
Reverts the previous, over-broad changes and changes just the box.
In the future, we should revert this change and stop using the "simplebox" class for both front-page notices and call-out paragraphs in wiki pages.
Attachment #394158 -
Attachment is obsolete: true
Attachment #394289 -
Attachment is obsolete: true
Attachment #395100 -
Flags: review?
| Assignee | ||
Updated•16 years ago
|
Attachment #395100 -
Flags: review? → review?(paul.craciunoiu)
Updated•16 years ago
|
Attachment #395100 -
Flags: review?(paul.craciunoiu) → review+
Comment 15•16 years ago
|
||
Comment on attachment 395100 [details] [diff] [review]
patch, v3
I talked to James and it makes most sense to do this IE 7 fix for now and figure out a better way to add notifications to the home page later. In the meantime this patch will undo the regression above but also narrow the width on simpleboxes on wiki pages by a bit, which is acceptable for now.
Note that this fix only applies for IE 7.
We'll leave the bug open and find a better way in the future.
r49437 / r49438
| Assignee | ||
Comment 16•16 years ago
|
||
If we want a better way of doing front-page notices, we should open a new bug for that.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
To verify this, I just double-check layout in IE 7, right?
| Assignee | ||
Comment 18•16 years ago
|
||
(In reply to comment #17)
> To verify this, I just double-check layout in IE 7, right?
That should do it.
Verified FIXED.
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•16 years ago
|
Whiteboard: sumo_only
You need to log in
before you can comment on or make changes to this bug.
Description
•