-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabs not responding (visually) to click. #91
Comments
do you use the current sourcecode? |
Do you have enabled Options.Display.Tabs.TabWidthFromContent := True ? |
The value of "TabWidthFromContent" doesn't matter. |
This problem hasn't been solved yet. |
Hi,
I've been using TChromeTabs for a while and found it very useful.
But I have one problem. From time to time the tab becomes inresponsive to click. But only in "visual". I click it - the application changes the view according to clicked tab but this tab doesn't become active (on the screen).
Here is how it works:
So when it comes to actions - everything is OK. But the "graphics" and "animations" stops working at all. Like all the tabs become disabled (frozen) visually.
It happens from time to time. Not always. And the number of tabs doesn't matter. Sometimes it happens with the second tab. Sometimes with 4-th.
I don't use threads that could operate on the tabs in the background. I open new tab in main thread. There is no AV error or any other kind of error. My application works fine all the time but the TChromeTabs don't respond visually to actions.
What am I doing wrong ?
The text was updated successfully, but these errors were encountered: