EPG Search freeze & button text duplication (Green Button)

Issue #262 resolved
Former user created an issue

If in epg

select any show

press yellow "EPG Search" press yellow a second time "New Search"

(Green button add timer has two labels)

type in a string eg "News"

Select any returned item and press ok

Spinner will appear and system in locked.

Reproduction steps

If in epg

select any show

press yellow "EPG Search" press yellow a second time "New Search"

(Green button add timer has two labels)

type in a string eg "News"

Select any returned item and press ok

Spinner will appear and system in locked.

Comments (4)

  1. IanSav

    The GREEN button overlap issue appears to be due to the overlapping display of the two methods being used to display the action of the GREEN button. Usually only one method is used so only one version of the button display is active and the other stays transparent. In this case the "name" version and the "source" version both have data so both are seen on the screen.

    This can be avoided by not using the panel version of the button bar and selecting one or other of the display methods for the GREEN button. The better fix would be to correct the variable usage of the Python code behind this screen.

  2. Peter Urbanec
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from New to Implemented.
  3. Peter Urbanec
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Implemented to Testing.
  4. prl
    • removed issue_resolution
    • removed issue_percent
    • removed issue_close
    • removed issue_status

    The issue was updated with the following change(s):

    • The status has been updated, from Testing to Closed.
    • This issue has been closed
    • This issue's progression has been updated to 100 percent completed.
    • The resolution has been updated, from Not determined to Fixed.
  5. Log in to comment