Changeset 574

debug autocomplete on IE

May 01 2008 * 09:06 (6 months ago)
Committed by seb

Affected files:

trunk/src/auto_complete/auto_complete.js (Unified diff)

r571r574
3434 this.list = [];
3535
3636 this.keydownHandler = this.keydown.bindAsEventListener(this);
37 document.observe('keypress', this.keydownHandler);
37 document.observe('keydown', this.keydownHandler);
3838 },
3939
4040 destroy:function() {

trunk/test/fixtures/url_content.html (Unified diff)

r166r574
1313 <p style="margin:5px; font-size:20px;line-height:20px">
1414 This content has been set using an URL.
1515 <a href="#" onclick="alert('click ok !')">test click</a>
16 <a href="#" onclick="top.hi()">Say hi</a>
1617 </p>
1718 </body>
1819 </html>

trunk/themes/auto_complete/mac_os_x.css (Unified diff)

r530r574
33 margin: 0;
44 border: 1px solid #999;
55 overflow: hidden;
6 padding: 0px 5px;
6 padding: 0px 5px 2px 5px;
77 font:normal 12px Verdana, Arial, sans-serif;
88 height: auto !important;
99 height: 1%;
10 width: 400px !important;
1011 }
1112
1213 .pui-autocomplete-holder li {
1314 float: left;
1415 position: relative;
1516 list-style-type: none;
16 margin: 4px 0 ;
17 margin: 4px 0;
1718 }
1819
1920 /* Input field */
2021 .pui-autocomplete-holder li.pui-autocomplete-input {
21 margin: 2px 0;
22 margin: 2px 0 0 ;
2223 height: 20px;
2324 }
2425
------
6364
6465 /* Over entry */
6566 .pui-autocomplete-holder li.pui-autocomplete-box.pui-autocomplete-over {
66 background-image:url(mac_os_x/item_over_left.gif);
67 background:url(mac_os_x/item_over_left.gif);
6768 }
6869
6970 .pui-autocomplete-holder li.pui-autocomplete-box.pui-autocomplete-over span {