Incorrect BLUE button hint text in LocationBox

Issue #514 duplicate
prl created an issue

When managing folder bookmarks, the text for the BLUE button hint is sometimes shown as "Add Bookmark" when it should show "Remove bookmark". Functionality is correct, in that pressing the blue button removes the bookmark although it is labeled Add. The first time into the bookmark panel it does show Remove, after usage, when the display is rerendered with the location removed, the button text changes to Add bookmark.

The code that sets the BLUE button hint text in Components.LocationBox._initialButtonTexts() should test which panel (file list or bookmark list) has focus and set the text appropriately.

This bug is a consequence of the fix to bug #250.

Replication steps

From Live TV, MEDIA to enter the media selection screen

YELLOW Location>Other...

Switch to bookmarks (MENU or CH-)

BLUE or MENU>remove bookmark

EXIT in the popup to avoid deleting bookmark (but the bug is still there if the bookmark is deleted)

BLUE button hint text is changed to Add bookmark, though its action remains Remove bookmark.

Comments (2)

  1. Log in to comment