RE: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Michael Mehrle
I cannot use the generics release for this commercial project. Would need a 
build based on 1.3.x that fixes this.

Michael

-Original Message-
From: Ricky [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 06, 2008 8:22 PM
To: users@wicket.apache.org
Subject: Re: AutoCompleteTextField scrolls entire page

err 1.3-SNAPSHOT for now, or 1.4-m1.

On Fri, Jun 6, 2008 at 11:20 PM, Ricky [EMAIL PROTECTED] wrote:

 Use SNAPSHOT


 On Fri, Jun 6, 2008 at 8:17 PM, Michael Mehrle [EMAIL PROTECTED]
 wrote:

 Where can I get a build of 1.3.4, so I can test this?

 Michael

 -Original Message-
 From: Ricky [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 06, 2008 2:47 PM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 Hey,
 This is fixed 1.4-m1 and 1.3.4 (to be released at some point, I am not
 sure
 when).

 Rick

 On Fri, Jun 6, 2008 at 5:02 PM, Michael Mehrle [EMAIL PROTECTED]
 wrote:

  I am seeing the following problem with several AutoCompleteTextFields on
  different pages:
 
 
 
  When I type a letter and the menu items are showing I am unable to
  scroll down the list with my mouse and make a selection. What happens
  instead is that the page scrolls up towards the mouse and the
  Autocomplete plus the menu scrolls out of view.
 
 
 
  Again, two developers here have the same problem with two separate
  implementations/pages. So, I am fairly sure this has nothing to do with
  the way we integrated it. My first guess would be the style sheet, but
  we have not made any pertinent changes.
 
 
 
  Any help would be appreciated - this behavior is being encountered on
  Firefox on Windows/Mac. On IE it doesn't work at all and I just get some
  'type mismatch' error message. Safari on Windows doesn't do anything - I
  don't see a menu at all.
 
 
 
  Thanks,
 
 
 
  Michael
 
 







RE: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Michael Mehrle
Marcus - I did NOT resolve it yet - not getting much help here except
for talk about some mystical 1.3.4 release I can't get my hands on. It
breaks with everything we wrote here involving AutoComplete - and all of
it was working fine with 1.3.2 as far as I remember. So, this puppy is
broken and if someone can point me the right way I would love to help
fix it. But at this point I don't know where to start - not exactly a
huge JavaScript/CSS aficionado.

Keep me posted if you find anything - will do the same.

Michael



-Original Message-
From: Marcus Mattila [mailto:[EMAIL PROTECTED] 
Sent: Sunday, June 08, 2008 5:52 AM
To: users@wicket.apache.org
Subject: Re: AutoCompleteTextField scrolls entire page

Hi, we have reproduced the same problem with AutocompleteTextfield. We
use 1.3-SNAPSHOT. Did you get it solved?

Code and css we use is same as in Wicket Examples:
http://www.wicket-library.com/wicket-examples/ajax/?wicket:interface=sou
rces:0:filespanel:file:2:link::ILinkListener::


br,
Marcus


On Sat, Jun 7, 2008 at 12:02 AM, Michael Mehrle [EMAIL PROTECTED]
wrote:
 I am seeing the following problem with several AutoCompleteTextFields
on
 different pages:



 When I type a letter and the menu items are showing I am unable to
 scroll down the list with my mouse and make a selection. What happens
 instead is that the page scrolls up towards the mouse and the
 Autocomplete plus the menu scrolls out of view.



 Again, two developers here have the same problem with two separate
 implementations/pages. So, I am fairly sure this has nothing to do
with
 the way we integrated it. My first guess would be the style sheet, but
 we have not made any pertinent changes.



 Any help would be appreciated - this behavior is being encountered on
 Firefox on Windows/Mac. On IE it doesn't work at all and I just get
some
 'type mismatch' error message. Safari on Windows doesn't do anything -
I
 don't see a menu at all.



 Thanks,



 Michael



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Eelco Hillenius
On Mon, Jun 9, 2008 at 10:58 AM, Michael Mehrle [EMAIL PROTECTED] wrote:
 Marcus - I did NOT resolve it yet - not getting much help here except
 for talk about some mystical 1.3.4 release I can't get my hands on. It
 breaks with everything we wrote here involving AutoComplete - and all of
 it was working fine with 1.3.2 as far as I remember. So, this puppy is
 broken and if someone can point me the right way I would love to help
 fix it. But at this point I don't know where to start - not exactly a
 huge JavaScript/CSS aficionado.

If this used to work, but doesn't now, you should be able to track
down the differences between the two releases. The first thing you
could try is to get the exact source of the AC component of 1.3.2 (all
releases are tagged in our SVN repo) and see if that makes the
difference. If it does, a change in that component did, if not,
something larger (the ajax engine for instance) is in play.

Could you also open a JIRA issue for it if you confirmed this is a bug?

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Michael Mehrle
I have not gone back to 1.3.2 yet - will give this a run in a few. If it
works with 1.3.2 I will open a JIRA ticket for 1.3.3. 

FYI, I don't seem the only one experiencing this - someone else posted
about this as he was able to replicate the problem with one of your
wicket demos.

Michael

-Original Message-
From: Eelco Hillenius [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 09, 2008 11:12 AM
To: users@wicket.apache.org
Subject: Re: AutoCompleteTextField scrolls entire page

On Mon, Jun 9, 2008 at 10:58 AM, Michael Mehrle [EMAIL PROTECTED]
wrote:
 Marcus - I did NOT resolve it yet - not getting much help here except
 for talk about some mystical 1.3.4 release I can't get my hands on. It
 breaks with everything we wrote here involving AutoComplete - and all
of
 it was working fine with 1.3.2 as far as I remember. So, this puppy is
 broken and if someone can point me the right way I would love to help
 fix it. But at this point I don't know where to start - not exactly a
 huge JavaScript/CSS aficionado.

If this used to work, but doesn't now, you should be able to track
down the differences between the two releases. The first thing you
could try is to get the exact source of the AC component of 1.3.2 (all
releases are tagged in our SVN repo) and see if that makes the
difference. If it does, a change in that component did, if not,
something larger (the ajax engine for instance) is in play.

Could you also open a JIRA issue for it if you confirmed this is a bug?

Eelco

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Igor Vaynberg
before you submit a jira ticket make sure it is also broken in the
wicket-1.3.x svn branch - which will be the 1.3.4 release - nothing
really mystical about it.

-igor

On Mon, Jun 9, 2008 at 11:15 AM, Michael Mehrle [EMAIL PROTECTED] wrote:
 I have not gone back to 1.3.2 yet - will give this a run in a few. If it
 works with 1.3.2 I will open a JIRA ticket for 1.3.3.

 FYI, I don't seem the only one experiencing this - someone else posted
 about this as he was able to replicate the problem with one of your
 wicket demos.

 Michael

 -Original Message-
 From: Eelco Hillenius [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 09, 2008 11:12 AM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 On Mon, Jun 9, 2008 at 10:58 AM, Michael Mehrle [EMAIL PROTECTED]
 wrote:
 Marcus - I did NOT resolve it yet - not getting much help here except
 for talk about some mystical 1.3.4 release I can't get my hands on. It
 breaks with everything we wrote here involving AutoComplete - and all
 of
 it was working fine with 1.3.2 as far as I remember. So, this puppy is
 broken and if someone can point me the right way I would love to help
 fix it. But at this point I don't know where to start - not exactly a
 huge JavaScript/CSS aficionado.

 If this used to work, but doesn't now, you should be able to track
 down the differences between the two releases. The first thing you
 could try is to get the exact source of the AC component of 1.3.2 (all
 releases are tagged in our SVN repo) and see if that makes the
 difference. If it does, a change in that component did, if not,
 something larger (the ajax engine for instance) is in play.

 Could you also open a JIRA issue for it if you confirmed this is a bug?

 Eelco

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Michael Mehrle
Thanks for clearing that up, Igor. I was under the impression that was
the 1.3.3 release. Will definitely give this a run as well and confirm
before I file any reports.

Cheers,

Michael

-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 09, 2008 11:25 AM
To: users@wicket.apache.org
Subject: Re: AutoCompleteTextField scrolls entire page

before you submit a jira ticket make sure it is also broken in the
wicket-1.3.x svn branch - which will be the 1.3.4 release - nothing
really mystical about it.

-igor

On Mon, Jun 9, 2008 at 11:15 AM, Michael Mehrle [EMAIL PROTECTED]
wrote:
 I have not gone back to 1.3.2 yet - will give this a run in a few. If
it
 works with 1.3.2 I will open a JIRA ticket for 1.3.3.

 FYI, I don't seem the only one experiencing this - someone else posted
 about this as he was able to replicate the problem with one of your
 wicket demos.

 Michael

 -Original Message-
 From: Eelco Hillenius [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 09, 2008 11:12 AM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 On Mon, Jun 9, 2008 at 10:58 AM, Michael Mehrle
[EMAIL PROTECTED]
 wrote:
 Marcus - I did NOT resolve it yet - not getting much help here except
 for talk about some mystical 1.3.4 release I can't get my hands on.
It
 breaks with everything we wrote here involving AutoComplete - and all
 of
 it was working fine with 1.3.2 as far as I remember. So, this puppy
is
 broken and if someone can point me the right way I would love to help
 fix it. But at this point I don't know where to start - not exactly a
 huge JavaScript/CSS aficionado.

 If this used to work, but doesn't now, you should be able to track
 down the differences between the two releases. The first thing you
 could try is to get the exact source of the AC component of 1.3.2 (all
 releases are tagged in our SVN repo) and see if that makes the
 difference. If it does, a change in that component did, if not,
 something larger (the ajax engine for instance) is in play.

 Could you also open a JIRA issue for it if you confirmed this is a
bug?

 Eelco

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Michael Mehrle
Igor - please help me out - I have been trying to download that snapshot
branch/tag but it keeps failing. I'm using maven and am following the
instructions (http://tinyurl.com/5dnxsf), but it keeps failing.

Michael

-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 09, 2008 11:25 AM
To: users@wicket.apache.org
Subject: Re: AutoCompleteTextField scrolls entire page

before you submit a jira ticket make sure it is also broken in the
wicket-1.3.x svn branch - which will be the 1.3.4 release - nothing
really mystical about it.

-igor

On Mon, Jun 9, 2008 at 11:15 AM, Michael Mehrle [EMAIL PROTECTED]
wrote:
 I have not gone back to 1.3.2 yet - will give this a run in a few. If
it
 works with 1.3.2 I will open a JIRA ticket for 1.3.3.

 FYI, I don't seem the only one experiencing this - someone else posted
 about this as he was able to replicate the problem with one of your
 wicket demos.

 Michael

 -Original Message-
 From: Eelco Hillenius [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 09, 2008 11:12 AM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 On Mon, Jun 9, 2008 at 10:58 AM, Michael Mehrle
[EMAIL PROTECTED]
 wrote:
 Marcus - I did NOT resolve it yet - not getting much help here except
 for talk about some mystical 1.3.4 release I can't get my hands on.
It
 breaks with everything we wrote here involving AutoComplete - and all
 of
 it was working fine with 1.3.2 as far as I remember. So, this puppy
is
 broken and if someone can point me the right way I would love to help
 fix it. But at this point I don't know where to start - not exactly a
 huge JavaScript/CSS aficionado.

 If this used to work, but doesn't now, you should be able to track
 down the differences between the two releases. The first thing you
 could try is to get the exact source of the AC component of 1.3.2 (all
 releases are tagged in our SVN repo) and see if that makes the
 difference. If it does, a change in that component did, if not,
 something larger (the ajax engine for instance) is in play.

 Could you also open a JIRA issue for it if you confirmed this is a
bug?

 Eelco

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Igor Vaynberg
svn co https://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x
wicket-1.3.x
cd wicket-1.3.x
mvn install

-igor

On Mon, Jun 9, 2008 at 1:18 PM, Michael Mehrle [EMAIL PROTECTED] wrote:
 Igor - please help me out - I have been trying to download that snapshot
 branch/tag but it keeps failing. I'm using maven and am following the
 instructions (http://tinyurl.com/5dnxsf), but it keeps failing.

 Michael

 -Original Message-
 From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 09, 2008 11:25 AM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 before you submit a jira ticket make sure it is also broken in the
 wicket-1.3.x svn branch - which will be the 1.3.4 release - nothing
 really mystical about it.

 -igor

 On Mon, Jun 9, 2008 at 11:15 AM, Michael Mehrle [EMAIL PROTECTED]
 wrote:
 I have not gone back to 1.3.2 yet - will give this a run in a few. If
 it
 works with 1.3.2 I will open a JIRA ticket for 1.3.3.

 FYI, I don't seem the only one experiencing this - someone else posted
 about this as he was able to replicate the problem with one of your
 wicket demos.

 Michael

 -Original Message-
 From: Eelco Hillenius [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 09, 2008 11:12 AM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 On Mon, Jun 9, 2008 at 10:58 AM, Michael Mehrle
 [EMAIL PROTECTED]
 wrote:
 Marcus - I did NOT resolve it yet - not getting much help here except
 for talk about some mystical 1.3.4 release I can't get my hands on.
 It
 breaks with everything we wrote here involving AutoComplete - and all
 of
 it was working fine with 1.3.2 as far as I remember. So, this puppy
 is
 broken and if someone can point me the right way I would love to help
 fix it. But at this point I don't know where to start - not exactly a
 huge JavaScript/CSS aficionado.

 If this used to work, but doesn't now, you should be able to track
 down the differences between the two releases. The first thing you
 could try is to get the exact source of the AC component of 1.3.2 (all
 releases are tagged in our SVN repo) and see if that makes the
 difference. If it does, a change in that component did, if not,
 something larger (the ajax engine for instance) is in play.

 Could you also open a JIRA issue for it if you confirmed this is a
 bug?

 Eelco

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: AutoCompleteTextField scrolls entire page

2008-06-09 Thread Michael Mehrle
Alright, it seems that the 1.3-SNAPSHOT release fixes the scrolling
problem. HOWEVER, in IE I still experience a strange z-depth problem.
Meaning that the drop down menu appears *behind* neighboring form fields
- take a look at this screenshot:

http://screencast.com/t/DsqIA4pxtut

Any thoughts? I'm going to post this in its own thread to make sure a
few more folks look at this.

Thanks,

Michael


-Original Message-
From: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 09, 2008 1:40 PM
To: users@wicket.apache.org
Subject: Re: AutoCompleteTextField scrolls entire page

svn co https://svn.apache.org/repos/asf/wicket/branches/wicket-1.3.x
wicket-1.3.x
cd wicket-1.3.x
mvn install

-igor

On Mon, Jun 9, 2008 at 1:18 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:
 Igor - please help me out - I have been trying to download that
snapshot
 branch/tag but it keeps failing. I'm using maven and am following the
 instructions (http://tinyurl.com/5dnxsf), but it keeps failing.

 Michael

 -Original Message-
 From: Igor Vaynberg [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 09, 2008 11:25 AM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 before you submit a jira ticket make sure it is also broken in the
 wicket-1.3.x svn branch - which will be the 1.3.4 release - nothing
 really mystical about it.

 -igor

 On Mon, Jun 9, 2008 at 11:15 AM, Michael Mehrle
[EMAIL PROTECTED]
 wrote:
 I have not gone back to 1.3.2 yet - will give this a run in a few. If
 it
 works with 1.3.2 I will open a JIRA ticket for 1.3.3.

 FYI, I don't seem the only one experiencing this - someone else
posted
 about this as he was able to replicate the problem with one of your
 wicket demos.

 Michael

 -Original Message-
 From: Eelco Hillenius [mailto:[EMAIL PROTECTED]
 Sent: Monday, June 09, 2008 11:12 AM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 On Mon, Jun 9, 2008 at 10:58 AM, Michael Mehrle
 [EMAIL PROTECTED]
 wrote:
 Marcus - I did NOT resolve it yet - not getting much help here
except
 for talk about some mystical 1.3.4 release I can't get my hands on.
 It
 breaks with everything we wrote here involving AutoComplete - and
all
 of
 it was working fine with 1.3.2 as far as I remember. So, this puppy
 is
 broken and if someone can point me the right way I would love to
help
 fix it. But at this point I don't know where to start - not exactly
a
 huge JavaScript/CSS aficionado.

 If this used to work, but doesn't now, you should be able to track
 down the differences between the two releases. The first thing you
 could try is to get the exact source of the AC component of 1.3.2
(all
 releases are tagged in our SVN repo) and see if that makes the
 difference. If it does, a change in that component did, if not,
 something larger (the ajax engine for instance) is in play.

 Could you also open a JIRA issue for it if you confirmed this is a
 bug?

 Eelco

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AutoCompleteTextField scrolls entire page

2008-06-08 Thread Marcus Mattila
Hi, we have reproduced the same problem with AutocompleteTextfield. We
use 1.3-SNAPSHOT. Did you get it solved?

Code and css we use is same as in Wicket Examples:
http://www.wicket-library.com/wicket-examples/ajax/?wicket:interface=sources:0:filespanel:file:2:link::ILinkListener::


br,
Marcus


On Sat, Jun 7, 2008 at 12:02 AM, Michael Mehrle [EMAIL PROTECTED] wrote:
 I am seeing the following problem with several AutoCompleteTextFields on
 different pages:



 When I type a letter and the menu items are showing I am unable to
 scroll down the list with my mouse and make a selection. What happens
 instead is that the page scrolls up towards the mouse and the
 Autocomplete plus the menu scrolls out of view.



 Again, two developers here have the same problem with two separate
 implementations/pages. So, I am fairly sure this has nothing to do with
 the way we integrated it. My first guess would be the style sheet, but
 we have not made any pertinent changes.



 Any help would be appreciated - this behavior is being encountered on
 Firefox on Windows/Mac. On IE it doesn't work at all and I just get some
 'type mismatch' error message. Safari on Windows doesn't do anything - I
 don't see a menu at all.



 Thanks,



 Michael



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AutoCompleteTextField scrolls entire page

2008-06-06 Thread Ricky
Hey,
This is fixed 1.4-m1 and 1.3.4 (to be released at some point, I am not sure
when).

Rick

On Fri, Jun 6, 2008 at 5:02 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:

 I am seeing the following problem with several AutoCompleteTextFields on
 different pages:



 When I type a letter and the menu items are showing I am unable to
 scroll down the list with my mouse and make a selection. What happens
 instead is that the page scrolls up towards the mouse and the
 Autocomplete plus the menu scrolls out of view.



 Again, two developers here have the same problem with two separate
 implementations/pages. So, I am fairly sure this has nothing to do with
 the way we integrated it. My first guess would be the style sheet, but
 we have not made any pertinent changes.



 Any help would be appreciated - this behavior is being encountered on
 Firefox on Windows/Mac. On IE it doesn't work at all and I just get some
 'type mismatch' error message. Safari on Windows doesn't do anything - I
 don't see a menu at all.



 Thanks,



 Michael




RE: AutoCompleteTextField scrolls entire page

2008-06-06 Thread Michael Mehrle
Where can I get a build of 1.3.4, so I can test this?

Michael

-Original Message-
From: Ricky [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 06, 2008 2:47 PM
To: users@wicket.apache.org
Subject: Re: AutoCompleteTextField scrolls entire page

Hey,
This is fixed 1.4-m1 and 1.3.4 (to be released at some point, I am not sure
when).

Rick

On Fri, Jun 6, 2008 at 5:02 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:

 I am seeing the following problem with several AutoCompleteTextFields on
 different pages:



 When I type a letter and the menu items are showing I am unable to
 scroll down the list with my mouse and make a selection. What happens
 instead is that the page scrolls up towards the mouse and the
 Autocomplete plus the menu scrolls out of view.



 Again, two developers here have the same problem with two separate
 implementations/pages. So, I am fairly sure this has nothing to do with
 the way we integrated it. My first guess would be the style sheet, but
 we have not made any pertinent changes.



 Any help would be appreciated - this behavior is being encountered on
 Firefox on Windows/Mac. On IE it doesn't work at all and I just get some
 'type mismatch' error message. Safari on Windows doesn't do anything - I
 don't see a menu at all.



 Thanks,



 Michael




Re: AutoCompleteTextField scrolls entire page

2008-06-06 Thread Ricky
Use SNAPSHOT

On Fri, Jun 6, 2008 at 8:17 PM, Michael Mehrle [EMAIL PROTECTED]
wrote:

 Where can I get a build of 1.3.4, so I can test this?

 Michael

 -Original Message-
 From: Ricky [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 06, 2008 2:47 PM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 Hey,
 This is fixed 1.4-m1 and 1.3.4 (to be released at some point, I am not sure
 when).

 Rick

 On Fri, Jun 6, 2008 at 5:02 PM, Michael Mehrle [EMAIL PROTECTED]
 wrote:

  I am seeing the following problem with several AutoCompleteTextFields on
  different pages:
 
 
 
  When I type a letter and the menu items are showing I am unable to
  scroll down the list with my mouse and make a selection. What happens
  instead is that the page scrolls up towards the mouse and the
  Autocomplete plus the menu scrolls out of view.
 
 
 
  Again, two developers here have the same problem with two separate
  implementations/pages. So, I am fairly sure this has nothing to do with
  the way we integrated it. My first guess would be the style sheet, but
  we have not made any pertinent changes.
 
 
 
  Any help would be appreciated - this behavior is being encountered on
  Firefox on Windows/Mac. On IE it doesn't work at all and I just get some
  'type mismatch' error message. Safari on Windows doesn't do anything - I
  don't see a menu at all.
 
 
 
  Thanks,
 
 
 
  Michael
 
 




-- 

Regards
Vyas, Anirudh
|| ॐ ||


Re: AutoCompleteTextField scrolls entire page

2008-06-06 Thread Ricky
err 1.3-SNAPSHOT for now, or 1.4-m1.

On Fri, Jun 6, 2008 at 11:20 PM, Ricky [EMAIL PROTECTED] wrote:

 Use SNAPSHOT


 On Fri, Jun 6, 2008 at 8:17 PM, Michael Mehrle [EMAIL PROTECTED]
 wrote:

 Where can I get a build of 1.3.4, so I can test this?

 Michael

 -Original Message-
 From: Ricky [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 06, 2008 2:47 PM
 To: users@wicket.apache.org
 Subject: Re: AutoCompleteTextField scrolls entire page

 Hey,
 This is fixed 1.4-m1 and 1.3.4 (to be released at some point, I am not
 sure
 when).

 Rick

 On Fri, Jun 6, 2008 at 5:02 PM, Michael Mehrle [EMAIL PROTECTED]
 wrote:

  I am seeing the following problem with several AutoCompleteTextFields on
  different pages:
 
 
 
  When I type a letter and the menu items are showing I am unable to
  scroll down the list with my mouse and make a selection. What happens
  instead is that the page scrolls up towards the mouse and the
  Autocomplete plus the menu scrolls out of view.
 
 
 
  Again, two developers here have the same problem with two separate
  implementations/pages. So, I am fairly sure this has nothing to do with
  the way we integrated it. My first guess would be the style sheet, but
  we have not made any pertinent changes.
 
 
 
  Any help would be appreciated - this behavior is being encountered on
  Firefox on Windows/Mac. On IE it doesn't work at all and I just get some
  'type mismatch' error message. Safari on Windows doesn't do anything - I
  don't see a menu at all.
 
 
 
  Thanks,
 
 
 
  Michael