Closed
Bug 380297
Opened 18 years ago
Closed 10 years ago
Setting width: 100% on an xf:input cause erratic behavior
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sean, Unassigned)
Details
Attachments
(2 files, 2 obsolete files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
An xforms input element with css styling to width: 100% causes the element width to gradually in response to form refreshes
Reproducible: Always
Steps to Reproduce:
1. create a <xf:input> element with width:100%
2. take an action in the form that refreshes the <xf:input> element
Actual Results:
form element width increases slightly
Expected Results:
form element width should not change
See test case.
Choose Product Two, then Product One, then Product Two, etc.
Each time, the input will toggle between A and B, but the width will increase slightly each time.
| Reporter | ||
Comment 1•18 years ago
|
||
| Reporter | ||
Comment 2•18 years ago
|
||
Updated•18 years ago
|
Assignee: nobody → xforms
Component: Extension Compatibility → XForms
Product: Firefox → Core
QA Contact: extension.compatibility → spride
Version: unspecified → 1.8 Branch
| Reporter | ||
Comment 3•18 years ago
|
||
Match against xf elements instead of anonymous html elements.
Attachment #264371 -
Attachment is obsolete: true
| Reporter | ||
Comment 4•18 years ago
|
||
Attachment #264372 -
Attachment is obsolete: true
| Reporter | ||
Comment 5•18 years ago
|
||
The new css file fixed the behavior.
Seems like it's still a bug, but even lower severity.
Severity: normal → trivial
Comment 6•10 years ago
|
||
RIP xforms
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•