Closed
Bug 326062
Opened 19 years ago
Closed 19 years ago
not all controls support readonly bind
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: spsh, Assigned: surkov)
References
Details
(Keywords: fixed1.8.0.4, fixed1.8.1)
Attachments
(3 files, 2 obsolete files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060202 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060202 Firefox/1.6a1
Only standard text input and textarea supports readonly bind
Checkbox, date picker and upload controls doesn't support this in render, but doesn't change readonly instance node.
Reproducible: Always
Steps to Reproduce:
1. Open testcase
Assignee | ||
Comment 2•19 years ago
|
||
Checkbox problem is go away with fix of bug 323845, datepicker problem - bug 323829. The problem with upload controls is actual.
Assignee | ||
Comment 3•19 years ago
|
||
The fix probably is out of xforms controls writing concepts but it is simple and nice.
Attachment #210972 -
Flags: review?(allan)
Comment 4•19 years ago
|
||
Comment on attachment 210972 [details] [diff] [review]
patch for upload
no go, the user needs to be able to see the selected file (if any)
Attachment #210972 -
Flags: review?(allan) → review-
Assignee | ||
Updated•19 years ago
|
Attachment #210972 -
Attachment is obsolete: true
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Assignee | ||
Comment 6•19 years ago
|
||
disabled="disabled" and readonly="readonly"
Attachment #210993 -
Attachment is obsolete: true
Attachment #210995 -
Flags: review?(allan)
Attachment #210993 -
Flags: review?(allan)
Comment 7•19 years ago
|
||
Comment on attachment 210995 [details] [diff] [review]
patch for upload
r=me
Attachment #210995 -
Attachment description: patch → patch for upload
Attachment #210995 -
Flags: review?(allan) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #210995 -
Flags: review?(doronr)
Updated•19 years ago
|
Attachment #210995 -
Flags: review?(doronr) → review+
Assignee | ||
Comment 8•19 years ago
|
||
Problems with input[type="boolean"] and input[type="date"] has gone away in current build.
Comment 9•19 years ago
|
||
(In reply to comment #6)
> Created an attachment (id=210995) [edit]
Checked in on trunk.
Comment 10•19 years ago
|
||
(In reply to comment #9)
> (In reply to comment #6)
> > Created an attachment (id=210995) [edit]
>
> Checked in on trunk.
Problem is that it is not working :( There are two problems. The patch is "suboptimal", and the upload control does not set correct states:
http://lxr.mozilla.org/seamonkey/source/extensions/xforms/nsXFormsUploadElement.cpp
This is related to bug 313313.
Assignee | ||
Comment 11•19 years ago
|
||
Updated•19 years ago
|
Attachment #211963 -
Flags: review+
Updated•19 years ago
|
Attachment #211963 -
Flags: review?(doronr)
Updated•19 years ago
|
Attachment #211963 -
Flags: review?(doronr) → review+
Comment 12•19 years ago
|
||
(In reply to comment #11)
> Created an attachment (id=211963) [edit]
Checked into trunk.
Whiteboard: xf-to-branch
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Keywords: fixed1.8.0.3,
fixed1.8.1
Updated•19 years ago
|
Whiteboard: xf-to-branch
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•