TsComboBox flickering

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37578
    Lasse
    Participant

    If the TsComboBox control is anchored to right and you resize the form, the control is flickering a selection when it is not focused.

    You can repeat this with your demo:

    For example

    1. Set Frame_Others.sComboBox1.Anchors := [akLeft,akTop,akRight];

    2. Set Frame_Others.Align := alClient

    3. Set MainForm.PanelContainer.Align := alClient

    4. Run the demo

    5. Go to Examples of components -> Additional components -> Unsorted

    6. Select something from SkinSection combobox

    7. Focus some other control

    8. Resize the form and the flickering occurs

    #57008
    TAZ
    Participant

    I can verify the flicker effect. That is interesting. It does not have focus, but it is acting like it is trying to have focus.

    I tried setting the combobox style to csDropDownList. No flicker. Oh well.

    #57012
    Support
    Keymaster

    Hello

    I can confirm this issue, it will be fixed it in the nearest release.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.