Closed
Bug 487155
Opened 17 years ago
Closed 16 years ago
[IE 7/ IE 8]:Formatting looks broken in Forum thread
Categories
(support.mozilla.org :: General, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
1.5.1
People
(Reporter: krupa.mozbugs, Assigned: paulc)
References
()
Details
(Whiteboard: see comment 21 & 26)
Attachments
(7 files, 2 obsolete files)
|
125.76 KB,
image/jpeg
|
Details | |
|
3.76 KB,
image/gif
|
Details | |
|
7.49 KB,
image/png
|
Details | |
|
3.37 KB,
patch
|
jsocol
:
review+
|
Details | Diff | Splinter Review |
|
3.46 KB,
patch
|
jsocol
:
review+
|
Details | Diff | Splinter Review |
|
577.62 KB,
image/png
|
Details | |
|
1004 bytes,
patch
|
jsocol
:
review+
|
Details | Diff | Splinter Review |
browser:IE8
steps to reproduce:
1.Go to SUMO home page.
2.Navigate to Firefox Support /Forums /Firefox /firefox crashes every time i open facebook
observed behavior:
Formatting/CSS looks broken in this page(see screenshot)
| Assignee | ||
Comment 1•17 years ago
|
||
Ah, the perks of IE, always changing... :)
Assignee: nobody → paul.craciunoiu
| Assignee | ||
Updated•17 years ago
|
Severity: normal → minor
Target Milestone: --- → Future
Comment 2•16 years ago
|
||
Is this an IE7 issue as well? See <https://support.mozilla.com/tiki-view_forum_thread.php?locale=en-US&comments_parentId=352811&forumId=3>. Or is that a separate bug?
Comment 3•16 years ago
|
||
You know what? I forgot the IE8 already shipped. :-) So the screenshot in the contributors forum is probably of IE8.
Comment 4•16 years ago
|
||
Hi, this bug also applies in IE 7
| Assignee | ||
Comment 5•16 years ago
|
||
Checked, this still happens.
Updated•16 years ago
|
Severity: minor → major
Priority: -- → P1
Target Milestone: Future → 1.5.1
Updated•16 years ago
|
Summary: [IE8]:Formatting looks broken in Forum thread → [IE 7/ IE 8]:Formatting looks broken in Forum thread
| Assignee | ||
Comment 7•16 years ago
|
||
This should fix most issues in all 3 popular versions of IE. For IE6, copy over the image attached.
Attachment #417597 -
Flags: review?(james)
| Assignee | ||
Comment 8•16 years ago
|
||
Attachment #417598 -
Flags: review?(james)
| Assignee | ||
Updated•16 years ago
|
Attachment #417598 -
Attachment is patch: false
Attachment #417598 -
Flags: review?(james)
Updated•16 years ago
|
Attachment #417598 -
Attachment mime type: text/plain → image/gif
Comment 9•16 years ago
|
||
Comment on attachment 417597 [details] [diff] [review]
fix most issues for IE6, 7 and 8
Lots of deleteions, I like! But the text in the search module is clipped at the baseline in IE7 and IE8. It's fine except for the descender on the 'p,' which gets cut off.
The issue is not caused by the patch, but I'd rather fix it. Let me know if you need help with that, it's a little weird.
Attachment #417597 -
Flags: review?(james) → review-
Comment 10•16 years ago
|
||
Here's the text clipping.
| Assignee | ||
Comment 11•16 years ago
|
||
This fixes the text clipping and also positions the #commentshelp div better on IE6 (mozcommon/ie.css)
Attachment #417597 -
Attachment is obsolete: true
Attachment #418205 -
Flags: review?(james)
Updated•16 years ago
|
Attachment #418205 -
Flags: review?(james) → review+
Comment 12•16 years ago
|
||
Comment on attachment 418205 [details] [diff] [review]
v2, fixes a few more things
Very nice! Looks good in IE6/7/8. Glad to finally get this bug fixed.
| Assignee | ||
Comment 13•16 years ago
|
||
r58142
This patch fails on Fennec (only for one file). I would prefer to see a merge with trunk happening, rather than trying to solve the conflicts. What do you think, James?
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 14•16 years ago
|
||
The mobile themes will need to be pretty much separate from the desktop themes. I'd rather get this applied to the Fennec branch now.
| Assignee | ||
Comment 15•16 years ago
|
||
On it.
| Assignee | ||
Comment 16•16 years ago
|
||
r58147, completely forgot to add the gif to trunk.
I'll file a patch for fennec in just a bit.
| Assignee | ||
Comment 17•16 years ago
|
||
Some things weren't necessary (issue-status is still a <select> on forums), while new things are added (the textarea was too wide on IE7/8).
Attachment #418275 -
Flags: review?(james)
Comment 18•16 years ago
|
||
Comment on attachment 418275 [details] [diff] [review]
fennec v1
WFM. Thanks.
Attachment #418275 -
Flags: review?(james) → review+
| Assignee | ||
Comment 19•16 years ago
|
||
r58200 for fennec.
Look at the "browse all articles..." link.
Updated•16 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 21•16 years ago
|
||
Good find Stephen. The link actually doesn't look right for me even on Fx3.5.
This patch should do it. I wrapped the link in a div of class "browseall", like this:
{DIV(class=browseall)}''((Article list|Browse all support articles...))''{DIV}
Instead of just:
''((Article list|Browse all support articles...))''
Thanks to Chris for reminding me the syntax :)
Attachment #420778 -
Flags: review?(james)
Comment 22•16 years ago
|
||
Comment on attachment 420778 [details] [diff] [review]
fennec fix "browse all" link
The text now seems to float in the middle of the two columns of articles. This is in both Fx3.6 and IE7.
Attachment #420778 -
Flags: review?(james) → review-
Comment 23•16 years ago
|
||
This is from Firefox, but the result is roughly the same on IE7 (the text is ~5 pixels lower).
| Assignee | ||
Comment 24•16 years ago
|
||
(In reply to comment #23)
> Created an attachment (id=420791) [details]
> fx3.6 on Win7
That seems odd. I don't get nearly that much whitespace between the two columns -- how did you?
Comment 25•16 years ago
|
||
Comment on attachment 420778 [details] [diff] [review]
fennec fix "browse all" link
OK, I'd forgotten to reassign the new mobile start page to mozms after reimporting a regular SUMO dump and creating the mobile start... yadda yadda yadda. It works. My bad.
Attachment #420778 -
Flags: review- → review+
Updated•16 years ago
|
Attachment #420791 -
Attachment is obsolete: true
| Assignee | ||
Comment 26•16 years ago
|
||
r59392 (fennec)
Note: when doing this on production, we must ensure to add the class "browseall" to the link in cause (see attachment 420038 [details]). Comment 21 shows the syntax.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Whiteboard: see comment 21 & 26
Verified FIXED on:
* https://support-stage.mozilla.org
* http://support-stage.mozilla.org/search.php?locale=en-US&q=mobile&sa=
* https://mobile.support-stage.mozilla.org/en-US/kb/
Using:
* IE 6, 7, 8
* Opera 10.10
* Safari 4.0.4
* Google Chrome 3.0.195.38
* Firefox 3.5
* Firefox 3.6 rc2
Status: RESOLVED → VERIFIED
...and https://support-stage.mozilla.org/tiki-view_forum_thread.php?locale=en-US&forumId=1&comments_parentId=309823, of course. Sigh; long day.
Updated•16 years ago
|
Status: VERIFIED → RESOLVED
Closed: 16 years ago → 16 years ago
Comment 29•16 years ago
|
||
Reopening to commit to branches/1.5.1_temp. Will re-resolve after patches are committed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 30•16 years ago
|
||
On branch, r62421.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•