| Summary: | ScrollBarLayout hides thumb figure too soon | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Randy Hudson <hudsonr> |
| Component: | GEF-Legacy Draw2d | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | nyssen |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Randy Hudson
Changing this condition has a very slight effect, as the void will still appear in case the available space is smaller than the thumb's minimum size. If we change the condition as outlined here, the thumb will be "unmovable" in case its minimum size fits exactly the available track area, which does IMHO not feel as natural as the current behavior. If clients want to tweak the behavior, they can overwrite ScrollBarLayout. As such, resolving this as WORKSFORME. |