Bug #23807
closedTool tips for collapsing and resizing panels
0%
Description
The collapse bar for the pagetree should have a title attribute 'title="Collapse Page Tree"'when shown or 'title="Expand Page Tree"' when hidden.
(issue imported from #M16085)
Files
Updated by Steffen Gebert about 14 years ago
I saw an option to enable ExtJS QuickTips in the Splitbar code, so there seems to exist a built-in feature for this!
Updated by Ingo Renner about 14 years ago
Fixed target version, always set target to final release, use "Fixed in Version" for specific preview releases...
Updated by Steffen Gebert almost 14 years ago
Patch is ready, I only need a way to ouput the Javascript LLL at very first place, before the viewport configuration is outputted.
Updated by Ernesto Baschny almost 14 years ago
LLL fix of #24601 is in trunk, here is the updated patch which works with it (16085_v2.diff). I also updated the label to say "click", because you can click to have it collapsed.
Updated by Steffen Gebert almost 14 years ago
Thanks, Ernesto.
It would elongate the label more, but what about "or click the arrow to collapse"?
Problem is that you can double click everywhere, but single click only works on the arrow IIRC (I took pretty much the same text as the default ExtJS text).
Updated by Ernesto Baschny almost 14 years ago
ah ok, sorry, I missed that you can double click everything else. So I think saying "double click" only is safe and enough (one will notice that a single click is sufficient at the handler).