Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 68ed5306adbfd12a7eb482e46833bb6aa875094c
Ticket: 4966cad4d4807585652ef7c2380a88f208a6e81f
Wrong tab shown in ttk::notebook
User & Date: gcramer 2017-07-21 13:53:10
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    In application Scidb I have three tabs in main notebook: Information, Database, and Board. Sometimes it happens that when switching from Database tab to Information tab (via mouse click in tab bar) the Information tab is flickering a short time, and then the Database tab is still visible, although the Information tab is displayed as selected in tab bar.
    
    I found out that sometimes via a geometry request the function NotebookPlaceSlaves() (ttkNotebook.c) will be triggered after function SelectTab() has been entered, but before the current index is set to new tab index, and this function will change back to previous tab (current index = Database tab), because this function is not regarding the index of the active tab, in this case it's the newly selected Information tab.
    
  5. foundin changed to: "8.6/8.7"
  6. is_private changed to: "0"
  7. login: "gcramer"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "9b7155594aadef44d10a978838b8fe108cdafdd1"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "gcramer"
  14. subsystem changed to: "88. Themed Tk"
  15. type changed to: "Bug"