Re: [xul-interop] “-moz-user-focus” doesn't work?
Status: Beta
Brought to you by:
vamp201
From: Tom B. <bri...@gm...> - 2011-01-19 17:54:51
|
sorry, I mean "-moz-user-focus: ignore;" not "-moz-user-focus: none;" I tried both, but it didn't work. * Wellington B. de Carvalho * On Wed, Jan 19, 2011 at 3:50 PM, Tom Brito <bri...@gm...> wrote: > I've made this sample: > > > <?xml version="1.0"?> > <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> > > <window width="400" height="300" > xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> > > <textbox id="textBox1"/> > <textbox id="textBox2" style="-moz-user-focus: none;"/> > <textbox id="textBox3"/> > </window> > > > And, at least here, the style applied to the second textbox is doing > nothing. I expected it to avoid the user focus, as the doc<https://developer.mozilla.org/en/CSS/-moz-user-focus> > says. > > > Does someone more experience this? > > att, > > * > Wellington B. de Carvalho > * > |