Opened 12 years ago

Closed 12 years ago

#10390 closed Patch - Feature (fixed)

Have an attribute so MythUIWebBrowser never takes focues

Reported by: killerkiwi2005@… Owned by: stuartm
Priority: minor Milestone: 0.27
Component: MythTV - User Interface Library Version: Master Head
Severity: medium Keywords: MythUIWebBrowser focus
Cc: Ticket locked: no

Description

Id like to use the MythUIWebBrowser to show info on the menu screen (weather details, news ticker etc) but currently the widget takes the focus. Would be nice to be able to tell MythUI that the widget should never take focus

Attribute Suggestions :

focusorder="-1" - -1 meaing never focus or allowfocus="0" - defaults to true

Change History (7)

comment:1 Changed 12 years ago by beirdo

Resolution: Invalid
Status: newclosed

This is a feature request, not a bug. Sorry.

comment:2 Changed 12 years ago by killerkiwi2005@…

Sorry, where do I enter requests?

comment:3 Changed 12 years ago by killerkiwi2005@…

NM I should read the whole help page, apologies for the noise

comment:4 Changed 12 years ago by killerkiwi2005@…

Resolution: Invalid
Status: closednew

Heres code to make this change

As I understand it that makes this a valid ticket?

https://github.com/MythTV/mythtv/pull/15

comment:5 Changed 12 years ago by stuartm

Milestone: 0.250.26
Type: Bug Report - GeneralPatch - Feature
Version: UnspecifiedMaster Head

comment:6 Changed 12 years ago by Kenni Lund [kenni a kelu dot dk]

Milestone: 0.260.27

comment:7 Changed 12 years ago by Stuart Morgan <smorgan@…>

Resolution: fixed
Status: newclosed

In 9059a4e08d9c48fa91a8d251b3d3329e195ca48c/mythtv:

Add an 'acceptsfocus' tag to the <webbrowser> widget. Fixes #10390

Note: See TracTickets for help on using tickets.