Page 1 of 1

listview tooltip limitations

Posted: Tue Apr 20, 2021 9:21 pm
by amyren
Using tooltip in a listview does work on its own, but can not be used in certain combinations

this will show the tooltip

Code: Select all

<listview id="lv" tooltip="Tooltip test" notify="active">
	<column title="Name"/>
</listview>
With editable set for one of the columns, the tooltip is missing

Code: Select all

<listview id="lv" tooltip="Tooltip test" notify="active">
	<column title="Name" editable="true"/>
</listview>
Also there seem to be a connection between sortable and editable.
If none of the colums are set to ediable="true", sorting does not work. The sortable column itself doesnt need to be set editable, as long as any of the columns in the listview are set to editable it will work.

Re: listview tooltip limitations

Posted: Sat Apr 24, 2021 2:53 pm
by airsoftsoftwair
Which platform?

Re: listview tooltip limitations

Posted: Sat Apr 24, 2021 4:38 pm
by amyren
This is on windows 10, I have not tried on other platforms yet.

Re: listview tooltip limitations

Posted: Sun Apr 25, 2021 5:45 pm
by airsoftsoftwair
Ok, I can reproduce that. Will be fixed.

Re: listview tooltip limitations

Posted: Sun May 16, 2021 9:12 pm
by airsoftsoftwair

Code: Select all

- Fix [Windows]: Area.Tooltip didn't work with Listview and Treeview in dataview mode