norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

Dragging pinned tab expands the tab (and moves its position) #43

Open djjd47130 opened 8 years ago

djjd47130 commented 8 years ago

Scenario: A TChromeTabs control with at least two pinned tabs. Option is enabled to hide pinned tab's text. Ever so slightly click and drag the second pinned tab even just one pixel - and the tab suddenly grows to full size, and switches positions to the far left, before what was originally the first tab. I would expect dragging a pinned tab should remain its original size.

djjd47130 commented 8 years ago

It turns out, this only happens if enabling TabWidthFromContent. If that's disabled, the problem doesn't occur.