Closed
Bug 101951
Opened 24 years ago
Closed 22 years ago
Datek main page initial layout is bad on Mac - wrong font size
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bnesse, Unassigned)
References
()
Details
(Keywords: platform-parity, top100)
Attachments
(4 files)
I stumbled across this while trying to find a better test case for bug 100117.
This works correctly on Windows. On the Mac it doesn't seem to get the font size
correct on the first load. If you click on any of the items the size is set
correctly on any additional draws. Images coming.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Reporter | ||
Comment 3•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Comment 5•23 years ago
|
||
This problem is related to their js:
if (agt.indexOf("mac")!=-1) {
var macStyle='<STYLE type="text/css"><!--span{position:absolute;
font-family:Arial; font-size:12pt; width:120px}#leftlinks{color:000066;
text-decoration:none;}--></STYLE>';
document.write(macStyle);
}
This font-size declaration is applied to both NS and IE MAC OS X and OS 9 clients.
Comment 6•23 years ago
|
||
If I disable the script tag, the style tag in the document will apply the 9pt
font-size declaration.
Comment 7•23 years ago
|
||
Comment 8•23 years ago
|
||
Dood! cool reduction, over to evang.
Component: Compositor → English: Non-US
Product: Browser → Tech Evangelism
Target Milestone: mozilla0.9.9 → ---
Version: other → unspecified
Comment 9•23 years ago
|
||
reassign to default owner...
Assignee: attinasi → momoi
QA Contact: petersen → jonrubin
![]() |
||
Comment 10•23 years ago
|
||
*** Bug 139639 has been marked as a duplicate of this bug. ***
Comment 11•22 years ago
|
||
10 months later...
Datek has merged with Ameritrade. It no longer uses the left side menu that
caused this bug.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 12•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jonrubin → english-other
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•