Summary: | A combo box in writer document doesn't expose ROLE_COMBO_BOX to AT-SPI. | ||
---|---|---|---|
Product: | LibreOffice | Reporter: | Dattatray Bhat <bhatdv> |
Component: | Writer | Assignee: | Not Assigned <libreoffice-bugs> |
Status: | RESOLVED WORKSFORME | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | reisi007, serval2412 |
Version: | 3.3.0 release | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 36549 | ||
Attachments: | Accerciser screen shot: Combo box in writer exposes ROLE_PANEL to AT-SPI. |
[This is an automated message.] This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it started right out as NEW without ever being explicitly confirmed. The bug is changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2 prereleases. Details on how to test the 3.5.0 beta1 can be found at: http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1 more detail on this bulk operation: http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html Today I rechecked my observation with Libre Office dev 3.5.0 beta2 and found that the bug persists. I suggest that the bug be moved back to NEW status. Dear bug submitter! Due to the fact, that there are a lot of NEEDINFO bugs with no answer within the last six months, we close all of these bugs. To keep this message short, more infos are available @ https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement Thanks for understanding and hopefully updating your bug, so that everything is prepared for developers to fix your problem. Yours! Florian Dear bug submitter! Due to the fact, that there are a lot of NEEDINFO bugs with no answer within the last six months, we close all of these bugs. To keep this message short, more infos are available @ https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement Thanks for understanding and hopefully updating your bug, so that everything is prepared for developers to fix your problem. Yours! Florian Dear bug submitter! Due to the fact, that there are a lot of NEEDINFO bugs with no answer within the last six months, we close all of these bugs. To keep this message short, more infos are available @ https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement Thanks for understanding and hopefully updating your bug, so that everything is prepared for developers to fix your problem. Yours! Florian Dear bug submitter! Due to the fact, that there are a lot of NEEDINFO bugs with no answer within the last six months, we close all of these bugs. To keep this message short, more infos are available @ https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement Thanks for understanding and hopefully updating your bug, so that everything is prepared for developers to fix your problem. Yours! Florian I don't know how I missed the bugmail, but this was never addressed. Okay Dattatray: could you give a try with a newer LO version (last one is 4.1.3). I gave a try but was stopped by 2 things: 1) I found combobox in Form Controls view but I can't put elements of my choice since I got to bind it to a DB. I suppose I missed or misunderstood something 2) I installed Debian package for accerciser but when trying to launch, I got this: Traceback (most recent call last): File "/usr/bin/accerciser", line 50, in <module> accerciser.main() File "/usr/lib/pymodules/python2.7/accerciser/__init__.py", line 35, in main main = Main() File "/usr/lib/pymodules/python2.7/accerciser/accerciser.py", line 62, in __init__ self.window = AccerciserMainWindow(self.node) File "/usr/lib/pymodules/python2.7/accerciser/main_window.py", line 51, in __init__ self._populateUI(node) File "/usr/lib/pymodules/python2.7/accerciser/main_window.py", line 110, in _populateUI paned.set_data('last_position', paned.get_position()) File "/usr/lib/python2.7/dist-packages/gi/overrides/GObject.py", line 555, in _unsupported_data_method raise RuntimeError('Data access methods are unsupported. ' RuntimeError: Data access methods are unsupported. Use normal Python attributes instead So I won't be able to test. Ok, I used git sources of acceciser and gave it a try, I reproduce the problem whereas we go there: http://opengrok.libreoffice.org/xref/core/vcl/source/window/window.cxx#8849 Tested with 4.1.4 and 4.3 (master), it seems to be fixed nowadays. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 44223 [details] Accerciser screen shot: Combo box in writer exposes ROLE_PANEL to AT-SPI. A combo box in writer document doesn't expose ROLE_COMBO_BOX to AT-SPI. It exposes 'ROLE_PANEL'. If a combo box exposes the correct role, assistive tools like a screen reader can make the document more accessible. Steps to reproduce: 1. Start Libre Office writer. Create a new text document. Add a combo box. Add three items say 'circle', 'triangle' and 'square'. Turn Design Mode off. Save the document. 2. Start Accerciser accessibility explorer. 3. Go to the accessible tree view at top left. As shown in attached screen-shot, select the accessible object corresponding to the combo box just created. The Role column shows 'panel'. 4. In the plug-in view at top right, select Interface Viewer. The first line shows the role as 'panel'. though the name shown is Combo Box 1. 5. Go to the IPythonConsole at bottom. Command acc.getRole() returns the role as ROLE_PANEL.