Index: src/squeezeplay/share/jive/ui/Keyboard.lua =================================================================== --- src/squeezeplay/share/jive/ui/Keyboard.lua (revision 5272) +++ src/squeezeplay/share/jive/ui/Keyboard.lua Thu Apr 09 13:35:38 CDT 2009 @@ -493,6 +493,9 @@ widget.parent = self end + --Make sure input checkers see the keyboard change (for things like done button styling, etc) + self:_inputUpdated() + self:reLayout() end