Closed
Bug 124569
Opened 23 years ago
Closed 20 years ago
paint table uncorrectly after click
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: jerry.tan, Unassigned)
Details
(Keywords: testcase)
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)
BuildID: 20020206
table shows differently when click one button in it.
Reproducible: Always
Steps to Reproduce:
1.open mozilla
2.load my testcase html
3.click the button, then see the page again
Actual Results: 'two' is not in the same line with 'first'
Expected Results: 'two' should be in the same line with 'first'
<TABLE>
<TR>
<TD>
<input type="button" value="test it ">first two
</TD>
</TR>
</TABLE>
WFM Linux 2002020707.
Can you make a screenshot ?
Summary: paint table uncorrectly after click → paint table uncorrectly after click
Still WFM, Linux 2002020707. I tried your HTML both "as is" and enclosing it
with <head /><body><form> .... </form></body>, and I always get it displayed in
one line. Are you sure that this is cross-platform ?
Comment 5•23 years ago
|
||
Works fine on WIN2K with the recent build : 2002021108. Tried it with
<html><head> </head><body> .... </body></html>.
Comment 6•23 years ago
|
||
moz 2002020406 win2k sp2, WFM
Comment 7•23 years ago
|
||
Marking works for me
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
notice the different before and after click the Recalculate Button
seeing the problem in attachment 70245 [details]
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 10•23 years ago
|
||
confirmed in build 2002022103 win32 talkback installer trunk
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 11•23 years ago
|
||
Confirmed. Its a bug. $0.00 should be in the same row. Adding testcase keyword.
Keywords: testcase
Priority: -- → P3
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 12•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 13•20 years ago
|
||
wfm winxp 2004090507. Basic could you please reevaluate?
Comment 14•20 years ago
|
||
still wfm no response from bug reporter over 1 month, and gone...
Status: NEW → RESOLVED
Closed: 23 years ago → 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•