Closed Bug 333638 Opened 18 years ago Closed 8 years ago

label with ref that uses relative xpath doesn't work in repeat

Categories

(Core Graveyard :: XForms, defect)

x86
Windows XP
defect
Not set
normal

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.
Attached file simpler testcase
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>.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attached file Testcase
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.
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.
(In reply to comment #5)
> The refresh issue Brad
> noticed still exists, though.
> 

Can it be related with bug 362308?
RIP xforms
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: