google-code-export / gambas

Automatically exported from code.google.com/p/gambas
1 stars 0 forks source link

Sidpanels jump inside a tabstrip #294

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) Describe the problem.
The attached project has a tabstrip with three panels. On each one there is a 
sidepanel. The sidepanel on tab A is hidden by the .form file, i.e the Hidden 
property is set in the IDE Properties. The sidepanel on tab B is hidden by the 
Form_Open event code.  The sidepanel on tab C is hidden by the event handler 
for the "Hide C" button.
So fundamentally, the sidepanels are all hidden by code at different stages of 
the forms life.
The issue is when any sidepanel is hidden by code, it jumps to tab A.

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

Version: TRUNK
Revision: r5004
Operating system: Linux
Distribution: PCLinuxOS
Architecture: x86
GUI component: QT4 / GTK+
Desktop used: LXDE

3) Provide a little project that reproduces the bug or the crash.
Attached

4) If your project needs a database, try to provide it, or part of it.
N/A

5) Explain clearly how to reproduce the bug or the crash.
Run the project.
When the form opens, click the Hide C button.
Screenshot attached is what I get.

6) By doing that carefully, you have done 50% of the bug fix job!

IMPORTANT NOTE: if you encounter several different problems or bugs, (for
example, a bug in your project, and an interpreter crash while debugging
it), please create distinct issues!

Original issue reported on code.google.com by adamn...@gmail.com on 1 Aug 2012 at 4:32

Attachments:

GoogleCodeExporter commented 9 years ago
WTF?

Original comment by benoit.m...@gmail.com on 6 Aug 2012 at 9:37

GoogleCodeExporter commented 9 years ago
Fixed in revision #5016.

Original comment by benoit.m...@gmail.com on 7 Aug 2012 at 2:07