Closed
Bug 297817
Opened 20 years ago
Closed 20 years ago
Removing link attribute on label doesn't fall back to inline text
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jhpedemonte, Assigned: aaronr)
Details
Attachments
(1 file)
1.10 KB,
application/xhtml+xml
|
Details |
Testcase coming up.
Reporter | ||
Comment 1•20 years ago
|
||
This testcase has a label that contains both inline text and a 'ref' linking
attribute. There is also a Javascript function that gets run on page load to
remove the linking attribute. When it gets removed, it should show the inline
text, but it doesn't.
When debugging this, I see |RefreshLabel()| get called once for the linking
attribute, and then a second time for the inline text. So that is happening as
expected; it's just not showing up on the page.
What is very strange is the if you bring up the DOM Inspector, and load the
page, it works as expected the first time. Clicking on "Inspect" a second
time, though, makes it file like it does in the browser.
Comment 2•20 years ago
|
||
This works for me in trunk build from this morning
Reporter | ||
Comment 3•20 years ago
|
||
I can confirm that it works as expected on the latest nightly. -> WORKSFORME
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
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
•