Project

General

Profile

Actions

Bug #3717

closed

Confirm and cancel icons can be invisible if drawn selection extends beyond viewport border

Added by Ryan McFall over 15 years ago. Updated over 14 years ago.

Status:
Resolved
Priority:
Normal
Category:
parser
Target version:
Start date:
12/29/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3717

Description

If a selection is drawn all the way to the bottom of the viewport, then the icons for confirmation and cancellation are drawn below the boundary of the viewport.

Once solution is to draw them inside the rectangle, rather than outside it. This allows us to be sure we can see them at all times, at the cost of perhaps being less than pretty.

Another option is to place them elsewhere only when this occurs. This would require the painting logic of the Selectangle class to have knowledge of its container, which is also less than desirable.

Currently I'm inclined to go with the first option, as it's easier to implement.

Actions

Also available in: Atom PDF