Opened 16 years ago
Closed 16 years ago
#2497 closed bug (fixed)
[AboutSystem] right textview is not selectable (easy)
Reported by: | diver | Owned by: | zooey |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
AboutSystem right textview is not selectable. It should either be selectable or ibeam cursor should be removed to not confuse end user.
Change History (7)
comment:1 by , 16 years ago
Summary: | [AboutSystem] right textview is not selectable → [AboutSystem] right textview is not selectable (easy) |
---|
follow-up: 3 comment:2 by , 16 years ago
comment:3 by , 16 years ago
Replying to jackburton:
Actually the code already sets the BTextView to be selectable. The fact that it doesn't work could be the real bug :)
And now I see why: The classed used (HyperTextView) eats all the mouse events.
comment:5 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Seems like recent changes broke it again, reopening. Tested in hrev30793
comment:6 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed again in hrev30796. Ingo's recent changes removed the invocation of MakeSelectable(true), but the credits view was explicitly made non-selectable upon creation - why, I don't know. Now the credits view falls back to the default, which is to be selectable.
Actually the code already sets the BTextView to be selectable. The fact that it doesn't work could be the real bug :)