| ▲ | TheAceOfHearts 4 hours ago | |
A few months back I was playing around with win32 UI widgets and found one instance of surprising behavior which diverges from what is implemented here. To be clear this is not a dig on the project, and in particular the way it works on the web feels more correct to me. When using the TrackBar widget, equivalent of <input type=range min=0 max=100 value=0>, assuming you have value 0 / 100 if you click on the line bar it will jump to the 20 value regardless of how far or close you click on the line [0]. I found that behavior very surprising, and would've expected it to jump to wherever you clicked. [0] https://bsky.app/profile/cesarandreu.bsky.social/post/3mitlr... | ||
| ▲ | danielrmay 4 hours ago | parent [-] | |
I remember this behavior. I think it would be more historically accurate to omit pointer cursors on expandable treeview items, too | ||