Closed
Bug 1227124
Opened 9 years ago
Closed 8 years ago
[E10] AtkTable interface broken/not-implemented(?) in Nightly
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: jdiggs, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: aes+)
Attachments
(1 file)
458 bytes,
text/x-python
|
Details |
Steps to reproduce:
1. Launch the attached pyatspi accessible-event listener in a terminal
2. Launch Nightly and load data:text/html,<table><tr><td>1</td></tr></table>
Expected results: "SUCCESS" appears in the terminal
Actual results: "FAIL! Table doesn't implement the table interface"
I've not yet pinned down when this regression was introduced. But stable (42.0) is fine. And I'm pretty sure this is a recentish regression.
Setting Severity to Major because *the* way Orca provides access to tables is through the no-longer-functional/implemented table interface.
Comment 1•9 years ago
|
||
FWIW, not a problem on Windows, and most probably not in the platform-independent layer, or our tests would have gone havoc. So most likely Linux-specific. Joanie, out of interest, is this with and without E10S?
Flags: needinfo?(jdiggs)
Reporter | ||
Comment 2•9 years ago
|
||
Heh. I had forgotten that I was using E10s -- credit to you guess making it pretty accessible I guess. :)
Anyway, you are correct: If I disable E10s, the table interface is implemented.
Flags: needinfo?(jdiggs)
Updated•9 years ago
|
Blocks: e10sa11y2
Summary: AtkTable interface broken/not-implemented(?) in Nightly → [E10] AtkTable interface broken/not-implemented(?) in Nightly
Comment 4•9 years ago
|
||
I'd expect this works now, Joanie do you still see a problem?
Flags: needinfo?(tbsaunde+mozbugs) → needinfo?(jdiggs)
Updated•9 years ago
|
Whiteboard: aes-linux
Updated•9 years ago
|
Whiteboard: aes-linux → aes+
Updated•8 years ago
|
Flags: needinfo?(tbsaunde+mozbugs)
Reporter | ||
Comment 5•8 years ago
|
||
Sorry for the delay in responding. It looks like Nightly with e10s enabled now has the expected AtkTable support. Closing as WORKSFORME.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(jdiggs)
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Flags: needinfo?(tbsaunde+mozbugs)
You need to log in
before you can comment on or make changes to this bug.
Description
•