| Issue 92: | Buttons do not show until something is written | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Open marave 2. Move the pointer over the buttons area What is the expected output? What do you see instead? You should be able to see the buttons, so that you can open an existing file for example. Instead it doesn't show anything until you write something. What version of the product are you using? On what operating system? Linux tarantino 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 i686 GNU/Linux Python 2.6.5 Marave r456 Please provide any additional information below. Standard output: elbarto@tarantino:~$ marave Using canvas editor <module 'marave' from '/usr/local/lib/python2.6/dist-packages/marave/__init__.pyc'> <module 'marave' from '/usr/local/lib/python2.6/dist-packages/marave/__init__.pyc'> <module 'marave' from '/usr/local/lib/python2.6/dist-packages/marave/__init__.pyc'> <module 'marave' from '/usr/local/lib/python2.6/dist-packages/marave/__init__.pyc'> Cannot open file '/usr/local/lib/python2.6/dist-packages/marave/plugins/icons/configure.svg', because: No such file or directory Cannot open file '/usr/local/lib/python2.6/dist-packages/marave/plugins/icons/configure.svg', because: No such file or directory Cannot open file '/usr/local/lib/python2.6/dist-packages/marave/plugins/icons/configure.svg', because: No such file or directory Cannot open file '/usr/local/lib/python2.6/dist-packages/marave/plugins/icons/configure.svg', because: No such file or directory Disabling spellchecker Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 933, in close self.beep.stop() AttributeError: 'NoneType' object has no attribute 'stop' Segmentation fault
Aug 5, 2010
Project Member
#1
roberto.alsina
Status:
Accepted
Aug 5, 2010
Note that if you click on the text area but don't write anything the buttons don't show neither.
Aug 5, 2010
Indeed! That's weird.
Aug 5, 2010
I think I found it. The flag that says the buttons are hidden was set wrong on startup, so it thought buttons **were** visible and didn't sow them. Also, I fixed (hopefully) the focus problem, so you can just open and start typing. |