Closed
Bug 422358
Opened 17 years ago
Closed 16 years ago
Site (Sparda Online Bank) rendered incorrectly
Categories
(Tech Evangelism Graveyard :: German, defect)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marc, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
<table>-Render problem
Reproducible: Always
Steps to Reproduce:
1. Open http://www.sparda-west.de/
2. Choose a bank code from the drop-down list
3. Click 'SpardaNet-Banking'
Actual Results:
The message 'Willkommen beim Sparda-Bank Portal! ...' is actually a little wider. The table's rendered to small.
Expected Results:
The message 'Willkommen beim Sparda-Bank Portal! ...' is as wide as is the colored box below.
This problem is reproducible also in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008030607 Minefield/3.0b5pre
Comment 3•17 years ago
|
||
Confirmed with latest trunk nightly build on Windows XP.
Regression window is http://bonsai.mozilla.org/cvsquery.cgi?module=PhoenixTinderbox&date=explicit&mindate=1203648480&maxdate=1203651179
so this is caused by bug 413286.
Blocks: 413286
Component: General → Layout: Tables
Keywords: regression
Product: Firefox → Core
QA Contact: general → layout.tables
Version: unspecified → Trunk
Updated•17 years ago
|
Attachment #308955 -
Attachment description: Web-page → screenshot: bug on sparda-west.de
Comment 4•17 years ago
|
||
Here's a reduced testcase.
Updated•17 years ago
|
Updated•17 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 5•17 years ago
|
||
This rendering change is an expected and desired outcome of 413286.
Here's the situation:
- Table has width of 640px
- 1st col has specified width of 1px.
- 2nd col has no specified width, and no content, so it's 0-width
Bug 413286's patch allows us to expand the second column in this situation. So, we do let it expand, to honor the first column's specified width as best as we can.
If a web designer wants the content to not be wrapped, they should remove the 1px width-restriction from the first column.
Note also that the text will wrap, even in pre-413286 builds, if the testcase (or original page) is tweaked via...
a) adding a table-border (rather than a CSS border)
b) removing the zero cellpadding/cellspacing
because either of those changes will give the second column a small nonzero width.
--> Redirecting to Tech/Evangelism
Assignee: nobody → german
Component: Layout: Tables → German
Product: Core → Tech Evangelism
QA Contact: layout.tables → german
Version: Trunk → unspecified
![]() |
||
Comment 6•17 years ago
|
||
for reference: another affected URL is http://www.spare-cent.de which is kind of a subsidiary of Sparda bank.
Summary: Site rendered incorrectly → Site (Sparda Online Bank) rendered incorrectly
Comment 7•16 years ago
|
||
This looks kinda good now, I'll close it as WFM
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Comment 8•16 years ago
|
||
I'm assuming comment 7 means the site has been redesigned since this was filed. If so, FIXED would be an appropriate resolution.
If there are any bugs that currently affect this site, please file *new* bugs about those issues.
Resolution: WONTFIX → FIXED
Comment 9•16 years ago
|
||
Sorry for the resolution-field-spam :) but if we're unsure of what fixed the problem (and especially if we don't know whether it was a Mozilla fix or a site fix), then WORKSFORME is the appropriate resolution.
(It looks like comment 7 intended to select WORKSFORME, but accidentally chose WONTFIX)
Resolution: FIXED → WORKSFORME
Comment 10•16 years ago
|
||
Ah, two more things:
- From looking at the site and the posted testcase, this was indeed resolved due to a site change, not a Mozilla codebase change. (in which case WORKSFORME would be appropriate, if this were classified as a platform bug)
- I just noticed that this bug is no longer a Platform bug, but instead is classified as Evangelism. I'm not sure if Evang has different semantics for FIXED vs WORKSFORME... If they do, then sorry about my resolution-tweak, & feel free to correct it. :)
Comment 11•16 years ago
|
||
TE is focused on fixing bad *site* behaviour, which does indeed make it rather different from the rest of Bugzilla in that there aren't Mozilla code changes that need to happen in order for a bug to be FIXED here. Regardless, WONTFIX was definitely the wrong resolution, though I suspect Peter did that by accident ;)
cl
Resolution: WORKSFORME → FIXED
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
•