Fyne: Select area is not shown when the menu is opened in the entry

Created on 2 Oct 2020  路  3Comments  路  Source: fyne-io/fyne

Describe the bug:


If the menu is opened while area is selected in the entry, the selected area is not shown.
(It is only display and the selection area information does not disappear.)
I think that this is not the expected behavior.

1318 made to occur by.

To Reproduce:

Steps to reproduce the behaviour:

  1. Select strings in the entry.
  2. Right click to open the menu.

Screenshots:


201002

Example code:


Device (please complete the following information):

  • OS: macOS
  • Version: 10.15.6
  • Go version: 1.13.4
  • Fyne version: latest develop (a67eb2f)
blocker bug

All 3 comments

I think the bug here is that the entry does not show the selection unless it has focus.
IMO it should still show the selection but maybe in a somewhat less prominent colour.

We decided that it is wrong to call FocusLost on a focus manager switch.
I鈥檝e got a fix in queue.

Resolved on the develop branch (where it was noticed)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

andydotxyz picture andydotxyz  路  3Comments

andydotxyz picture andydotxyz  路  9Comments

bulatenkom picture bulatenkom  路  7Comments

steveoc64 picture steveoc64  路  7Comments

pbarnum picture pbarnum  路  6Comments