[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-25 Thread G. Sharon Yang
I had the same issues with IE 8. Autocompleter div shifts to the right. It works fine in all other browsers. -S. On Wed, Jun 24, 2009 at 9:45 AM, David Taricodtar...@gmail.com wrote: Thanks for tracking that down! On Wed, Jun 24, 2009 at 3:48 AM, BillyRayPreachersSon

[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-24 Thread BillyRayPreachersSon
After more debugging, I finally tracked down the problem, and it looks like there's already a ticket raised with Prototype to fix this in IE8: https://prototype.lighthouseapp.com/projects/8886-prototype/tickets/618-getoffsetparent-returns-body-for-new-hidden-elements-in-ie8-final#ticket-618-9

[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-24 Thread David Tarico
Thanks for tracking that down! On Wed, Jun 24, 2009 at 3:48 AM, BillyRayPreachersSon billyraypreachers...@gmail.com wrote: After more debugging, I finally tracked down the problem, and it looks like there's already a ticket raised with Prototype to fix this in IE8:

[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-22 Thread BillyRayPreachersSon
Hi David, It's the bog-standard way of centring content using CSS - in fact, it's probably used by 99% of web developers, it's that 'standard'. Given that, surely prototype and/or scriptaculous should be able to work with this technique? Dan On Jun 21, 11:04 pm, david

[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-22 Thread david
Hi Dan, I'm not sure that it's a problem with scriptaculous or even prototype, but I think it's a trouble with IE (as proof, it works in all browsers, except IE). What I try to point is that if you remove this style it work as expected. What could you do now ?? perhaps try to find a way to

[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-22 Thread Alex McAuley
Sent: Monday, June 22, 2009 11:36 AM Subject: [Proto-Scripty] Re: Autocompleter shifts results to the right in IE8 Hi Dan, I'm not sure that it's a problem with scriptaculous or even prototype, but I think it's a trouble with IE (as proof, it works in all browsers, except IE). What I try to point

[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-22 Thread BillyRayPreachersSon
Thanks for sticking with this, David... Remember that it works in IE 6 and IE 7, just not in IE 8. It also works in all other browsers which are 'standards compliant', so it's definitely an IE 8-only issue. Therefore it's probably something new that hasn't been catered for by either Prototype

[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-22 Thread Tico
I'm experiencing this same problem in IE8, and like Dan, I've also tried various version of prototype including RC3. My HTML and CSS is significantly more complex than the test above and probably isn't worth posting, but I've been playing with difference CSS and so far I've been unable to find a

[Proto-Scripty] Re: Autocompleter shifts results to the right in IE8

2009-06-21 Thread david
Hi Dan, the trouble is that you use the margin: 0px auto; in #centreWrapper CSS properties. To understand, try to change width of the viewport. By removing the attribute, it's well positionned. perhaps another way to center the div ?? -- david On 18 juin, 16:26, BillyRayPreachersSon