Ticket #5769 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

StackController issue with setting wai state

Reported by: nathan Owned by: becky
Priority: normal Milestone: 1.1
Component: Accessibility Version: 1.0
Severity: normal Keywords:
Cc:

Description

When setting wai state on select child, the stack controller is only keying off of containerNode - it should fall back to domNode.

Testcase and patch to follow

Attachments

index.html (0.7 kB) - added by guest 10 months ago.
Testcase - loading this file causes an error "elem not defined"
stackContainer.patch (0.5 kB) - added by guest 10 months ago.
Simple patch to fix issue

Change History

Changed 10 months ago by guest

Testcase - loading this file causes an error "elem not defined"

Changed 10 months ago by guest

Simple patch to fix issue

Changed 10 months ago by peller

  • owner changed from anonymous to becky
  • component changed from General to Accessibility
  • milestone set to 1.1

no cla needed. thanks, nathan.

Changed 10 months ago by guest

any estimate on when this will be in svn?

Changed 10 months ago by becky

  • status changed from new to closed
  • resolution set to fixed

In [12316]) fixes #5679 - fix to #5410 assumed that all stackContainers had a containerNode which is not true. Update call to setWaiState to set labelledby to containerNode OR domNode. !strict

Changed 10 months ago by becky

[12316] fixes #5769 (THIS TICKET)

Changed 9 months ago by nathan

  • cc nathan added; nathan@… removed

Changed 9 months ago by nathan

  • cc nathan removed
  • reporter changed from guest to nathan
Note: See TracTickets for help on using tickets.