Closed
Bug 328627
Opened 19 years ago
Closed 18 years ago
Refactor miminal select1 for xhtml
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: surkov, Assigned: surkov)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051212 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051212 Firefox/1.6a1
Expose base binding for xforms:select1
Reproducible: Always
Updated•19 years ago
|
Assignee: aaronr → surkov
Assignee | ||
Comment 1•19 years ago
|
||
Since xforms:select1 for xul context and xforms:select1 for xhtml context (except appearance='minimal' for sure) are implemented on base binding for xforms:select control then we need in no any base binding for xforms:select1[appearance='minimal'] any more. Therefore the bug can be closed.
In other hand I don't like a lot to have different ways for xforms:select1 controls realizing. I guess if select1[appearance='minimal'] will be based on the same binding that other xforms:select1 are then it whould be fine. This bug can be used for discussions about it.
Assignee | ||
Comment 2•18 years ago
|
||
I'd like to see if select1[appearance='minimal'] for xhtml will be extended from 'xfromswidget-select-base' binding. For that we should have html widget separately like we do for input[type="date"] control. In that case we have one more bonus, it is we can replace easy native widget of minimal select when it will be needed.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Expose base binding for xforms:select1 → Refactor miminal select1 for xhtml
Assignee | ||
Comment 3•18 years ago
|
||
Wontfix, since we'll get regressions like we have for select/select1 controls.
These are bug 332081, bug 343443 and so on.
Status: NEW → RESOLVED
Closed: 18 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
•