Closed
Bug 333638
Opened 19 years ago
Closed 9 years ago
label with ref that uses relative xpath doesn't work in repeat
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bkc, Unassigned)
References
()
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060410 Firefox/1.5.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060410 Firefox/1.5.0.2
In 0.5RC
Given an input element whose label uses a relative xpath, like
<xf:input ref="@selected">
<xf:label ref="../@ordernumber" />
</xf:input>
This works outside of a repeat but fails in the repeat.
Reproducible: Always
Steps to Reproduce:
1. Load the test sample
Actual Results:
No value is retrieved for the label
Expected Results:
Label should have the correct value like it does outside of repeat.
Also the attached example shows another refresh issue in repeat.
The use of index() in a labels ref in the repeat causes strange behavoir and
page lockup. I realize that this use doesn't make sense and is incorrect,
but shouldn't cause layout issues.
Reporter | ||
Comment 1•19 years ago
|
||
problem seems to be with the context node that label is getting when trying to bind. In my simplified testcase, the context node coming back for the label is the <item>, not the @value of the <item>.
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•19 years ago
|
||
Yet another testcase. It seems like the problem is more refined, it's only when you use attributes that it fails. And Aaron is right, it uses the node, and not the attribute as the context node.
Updated•19 years ago
|
Assignee: aaronr → xforms
as far as I can tell, the label issue is gone in 0.7. The refresh issue Brad noticed still exists, though.
Comment 6•18 years ago
|
||
(In reply to comment #5)
> The refresh issue Brad
> noticed still exists, though.
>
Can it be related with bug 362308?
Comment 7•9 years ago
|
||
RIP xforms
Status: NEW → RESOLVED
Closed: 9 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
•