Message1759

Author hail
Recipients matthiaskrgr
Date 2011-10-26.17:43:00
Content
I just want to shed some light on the issue. Taken from 
get_floor_item_index_under_mouse_cursor in items.c:

// In the case that X was pressed, we don't use the item positions but rather
// we use the item slot rectangles from the item texts.

[Further down]

// If no X was pressed, we only use the floor position the mouse
// has pointed to and see if we can find an item that has geographically
// that very same (or a similar enough) position.

This would indicate that the behavior is intentional. However, when testing this 
bug while holding 'x' I've found that clicking on the item's label is not always 
sufficient. I did this testing on r5066.
History
Date User Action Args
2011-10-26 17:43:00hailsetmessageid: <1319650980.74.0.956760151283.issue464@freedroid.org>
2011-10-26 17:43:00hailsetrecipients: + matthiaskrgr
2011-10-26 17:43:00haillinkissue464 messages
2011-10-26 17:43:00hailcreate