| Author |
A bug in Autocompleter ?
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Hi. I'm trying to employ Scriptaculous autocompleter control. The control gets its data from Hibernate DAO. The control works fine until I clicked on an item from the list, the text field is getten populated with the choosed <li> item but with extra 12 whitespaces at the beginning. Is it a bug ? (I'm using the same CSS for the text field and the div of Prototype and Scriptaculous In Action).
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
Odd. Is the whitespace in the HTML, or a styling oddity?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
I think it is in HTML. The menu items displayed correctly (without any whitespaces). [ April 23, 2007: Message edited by: John Todd ]
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
This is the behaviour of FireFox2 and Opera IE6 works as a devil !
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
I did the following test : I removed all my CSS except for the autocompleter control, the same thing (IE works, FF & Opera failed)
|
 |
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3359
|
|
Sir, I solve it ! This wont work : This works : Odd, huh ? [ April 24, 2007: Message edited by: John Todd ]
|
 |
 |
|
|
subject: A bug in Autocompleter ?
|
|
|