Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <?xml version="1.0"?>
2 <somenode xmlns:html="http://www.w3.org/1999/xhtml"
3 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
4 <html:input value="lime"/>
5 <!--
6 a clipping problem in the cairo-win32 show-glyphs
7 implementation was causing the text on the button
8 to be clipped out. The clip was null and we weren't
9 reseting the clip causing us to use the clip of the
10 input element. Not using -moz-hidden-unscrollable
11 causes this problem to show up for reasons unknown.
12 -->
13 <!--
14 pointer-events: none so that our look doesn't depend on
15 mouse position
16 -->
17 <button label="Credits" accesskey="C" style="pointer-events: none"/>
18 </somenode>