Bug 10766 - controller skin needs to not show keyboard widgets
: controller skin needs to not show keyboard widgets
Status: RESOLVED INVALID
Product: SB Touch
Classification: Unclassified
Component: UI
: unspecified
: PC Other
: -- normal (vote)
: 8.0.0
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-19 20:16 UTC by Ben Klaas
Modified: 2009-09-08 09:13 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2009-01-19 20:16:10 UTC
r3886 adds keyboards to slimbrowse search windows for Fab4.

However, the Keyboard widget is not applicable to the controller, so the controller skin should not show one

this is close, but there's still a glob of characters that appears in the lower left of the screen as it slides on screen

   -- Keyboard
        s.keyboard = {}
        s.keyboard.w = 0
        s.keyboard.h = 0
Comment 1 Blackketter Dean 2009-03-25 15:52:21 UTC
Ben, is this yours to fix?
Comment 2 Ben Klaas 2009-04-09 08:27:15 UTC
this bug isn't really relevant any more. 

Tom is working on getting the controller skin working with our new window style paradigm. That's a work in progress, but keyboards aren't really showing up any more, and if they do we now have a `hidden = 1` parameter we can add to any element to remove it from view.