Re: Browser/Client info navigatorJavaEnabled property returns undefined

2016-05-31 Thread ravala
Hi Martin,

The issue is in Chrome browser.

creared a Jira issue, below is the link.
https://issues.apache.org/jira/browse/WICKET-6174




Regards,
Ramesh

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Browser-Client-info-navigatorJavaEnabled-property-returns-undefined-tp4674794p4674824.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Browser/Client info navigatorJavaEnabled property returns undefined

2016-05-25 Thread ravala
Hi, 

I was trying to use WebClientInfo to get browser information on the server,
In the Ipad chrome
when retrieving  'navigatorJavaEnabled' is returning 'undefined' instead of
true/false.

The problem is as  'undefined' is string but server is expecting boolean,
leads to exception and causing  browser to reload continuously.

possible solution 

In wicket-browser-info.js
--
info.navigatorJavaEnabled = window.navigator.javaEnabled() || false; 


Regards,
Ramesh V

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Browser-Client-info-navigatorJavaEnabled-property-returns-undefined-tp4674794.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: AutoComplete suggestion list disappear when I click on scrollbar in IE

2015-04-17 Thread ravala
I have done bit investigation and came to known the below code is called in
IE when we click on scroll bar.
Line no 96 in wicket-autocomplete.js
Wicket.Event.add(obj, 'blur', function (jqEvent) {
window.setTimeout(hideAutoComplete, 500);
});
In all other browsers this is called only when we click on text not on
scroll bar.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AutoComplete-suggestion-list-disappear-when-I-click-on-scrollbar-in-IE-tp4670222p4670349.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: AutoComplete suggestion list disappear when I click on scrollbar in IE

2015-04-14 Thread ravala
Hi,

Thanks for your advice, I have created the jira card with the Quick start
example. Below is the link 
https://issues.apache.org/jira/browse/WICKET-5882

Regards,
Ramesh

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AutoComplete-suggestion-list-disappear-when-I-click-on-scrollbar-in-IE-tp4670222p4670300.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



AutoComplete suggestion list disappear when I click on scrollbar in IE

2015-04-08 Thread ravala
Hi, 

I am using Wicket's(version ) AutoCompleteTextField in my application to a
form component,
when I type something I will get the suggestion list, the suggestion list
container width
is 300px, so when the text inside the container exceeds the width of the
container,
we will get a horizontal scroll bar for the suggestion list, the problem is
when I scroll
to view the text the suggestion list is disappearing. This happens in all IE
browser
versions IE8, IE9, IE10 and IE11. I am using wicket version 6.19.
I have attached the image to show suggestion list with scroll bar.
http://apache-wicket.1842946.n4.nabble.com/file/n4670222/autocompleteScroll.png
 

Regards
Ramesh V.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AutoComplete-suggestion-list-disappear-when-I-click-on-scrollbar-in-IE-tp4670222.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Autocomplete window is not aligned with text field when I scroll.

2015-01-09 Thread ravala
I have a form page with auto complete in a div, the form page is longer
then the size of the div, so we have scroll bar to the form page. when we
type some text on text field
autocomplete window is opened. then if I scroll the form page text field is
scrolled 
and the autocomplete window position is not changed. expected position of
the window is with the text field.

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Autocomplete-window-is-not-aligned-with-text-field-when-I-scroll-tp4668952.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org