Closed
Bug 96334
Opened 24 years ago
Closed 24 years ago
mapblast page after "Create Map" does not display correctly
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: alexsavulov, Assigned: karnaze)
References
()
Details
(Keywords: topembed)
Attachments
(2 files)
Goto URL=www.mapblast.com input an address and hit "Create Map".
The page is way too streched.
(suspecting javascript causing this problem)
Testcase to follow.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
| Reporter | ||
Comment 3•24 years ago
|
||
nominating topembed be cause of bug 89915 that initialy was about the same URL
(another bug though)
Assignee: alexsavulov → karnaze
Keywords: mozilla0.9.5,
topembed
| Reporter | ||
Comment 4•24 years ago
|
||
a table reflow chunk:
>>> 5th incremental reflow from loading the page
Tbl 0343CAF0 r=1 a=13875,UC c=0,0 cnt=136
Tbl 0343CE24 r=1 a=13875,UC c=11670,UC cnt=137
RowG 0343CFF4 r=1 a=11670,UC c=11670,UC cnt=138
Row 0343D174 r=1 a=11670,UC c=11670,UC cnt=139
Cell 03441080 r=1 a=11610,UC c=11550,UC cnt=140
Block 0343CB3C r=1 a=11550,UC c=11550,UC cnt=141
Tbl 0343D29C r=1 a=11550,UC c=0,0 cnt=142
Tbl 03441600 r=1 a=11550,UC c=11490,UC cnt=143
RowG 03441900 r=1 a=11490,UC c=11490,UC cnt=144
Row 03444A9C r=1 a=11490,UC c=11490,UC cnt=145
Cell 03444B54 r=1 a=11430,UC c=11370,UC cnt=146
Block 03441AE8 r=1 a=11370,UC c=11370,UC cnt=147
Tbl 03441B6C r=1 a=11370,UC c=0,0 cnt=148
Tbl 03444E38 r=1 a=11370,UC c=11310,UC cnt=149
RowG 03444ED4 r=1 a=11310,UC c=11310,UC cnt=150
Row 03444F80 r=1 a=11310,UC c=11310,UC cnt=151
Cell 03445188 r=1 a=11250,UC c=11190,UC cnt=152
Block 03441BB8 r=1 a=11190,UC c=11190,UC cnt=153
Block 03441BB8 d=11190,390 me=3270 m=3270
Cell 03445188 d=11250,450 me=3330 m=3330
Row 03444F80 d=11310,450
RowG 03444ED4 d=11310,450
Tbl 03444E38 d=11370,570 me=3450 m=3450
Tbl 03441B6C d=11370,570 me=3450 m=3450
Block 03441AE8 d=11370,570 me=3450 m=3450
Cell 03444B54 d=11430,630 me=3510 m=3510
Row 03444A9C d=11490,630
RowG 03441900 d=11490,1755
Balanced min=11550 des=11550 pref=11550 cols=11430
RowG 03441900 r=2 a=11490,UC c=11490,UC cnt=154
Row 034419AC r=2 a=11490,UC c=11490,UC cnt=155
Row 034419AC d=11490,1095
Row 03444A9C r=2 a=11490,UC c=11490,UC cnt=156
Row 03444A9C d=11490,630
RowG 03441900 d=11490,1755
>>> THIS TABLE IS RETURNING A WAY TO BIG me= VALUE
Tbl 03441600 d=11550,1875 me=11550 m=11550
Tbl 0343D29C d=11550,1875 me=11550 m=11550
Block 0343CB3C d=11550,1875 me=11550 m=11550
Cell 03441080 d=11610,1935 me=11610 m=11610
Row 0343D174 d=11670,1935
RowG 0343CFF4 d=11670,1935
Balanced min=11730 des=11730 pref=11730 cols=11610
RowG 0343CFF4 r=2 a=11670,UC c=11670,UC cnt=157
Row 0343D174 r=2 a=11670,UC c=11670,UC cnt=158
Row 0343D174 d=11670,1935
RowG 0343CFF4 d=11670,1935
Tbl 0343CE24 d=11730,2055
Tbl 0343CAF0 d=11730,2055
| Assignee | ||
Comment 5•24 years ago
|
||
This is fixed on the trunk but not the m0.9.2 branch, so I need to figure out
which patch to apply.
Status: NEW → ASSIGNED
Whiteboard: fixed on trunk, need to find patch on trunk
Target Milestone: --- → mozilla0.9.5
Comment 6•24 years ago
|
||
petersen@netscape.com, could you verify the bug on the trunk build before chris
will check this into the 0.9.2 branch? thanks
| Assignee | ||
Updated•24 years ago
|
Whiteboard: fixed on trunk, need to find patch on trunk → fixed on trunk, need to find fix on trunk
| Assignee | ||
Comment 7•24 years ago
|
||
I'm holding off on tracking down why it works on the trunk but not the m0.9.2
branch until it becomes clearer that the m0.9.2 branch is more important than
the m0.9.4 branch.
Comment 8•24 years ago
|
||
removed the status summary comments -- we are moving to 0.9.4 as the primary
embedding branch (0.9.2 is no longer supported)
Whiteboard: fixed on trunk, need to find fix on trunk
| Assignee | ||
Comment 9•24 years ago
|
||
Marking fixed since m0.9.2 is irrelevant.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
The original page has been redesigned but the attached test case shows the
problem has been resolved.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•