TabbedPanel whitspace markup

2012-09-18 Thread Lemke, Michael SZ/HZA-ZSW
I've encountered a layout problem with TabbedPanels. In the generated markup there is whitespace between the LI items and the anchor that switches tabs. This causes a layout problem for me with this style sheet (simplified to show the issue, not tested): .selected a { background: url("../i

RE: TabbedPanel whitspace markup

2012-09-18 Thread Lemke, Michael SZ/HZA-ZSW
On Tue, Sep 18, 2012 1:51 PM Martin Grigorov wrote: >On Tue, Sep 18, 2012 at 2:29 PM, Lemke, Michael SZ/HZA-ZSW wrote: >> I've encountered a layout problem with TabbedPanels. In the >> generated markup there is whitespace between the LI items and >> the anchor that swi

RE: TabbedPanel whitspace markup

2012-09-18 Thread Lemke, Michael SZ/HZA-ZSW
layout. But I don't see a problem to remove them too. Thanks Martin. Created https://issues.apache.org/jira/browse/WICKET-4768 > >On Tue, Sep 18, 2012 at 3:07 PM, Lemke, Michael SZ/HZA-ZSW > wrote: >> On Tue, Sep 18, 2012 1:51 PM >> Martin Grigorov wrote: >>>O

wiquery ajaxslider

2012-10-08 Thread Lemke, Michael SZ/HZA-ZSW
Hi, I've a problem with AjaxSlider in wiquery-jquery-ui. Sorry if this is the wrong place to report it but I can't use Google groups. Version: Wicket 6.0.0, wiquery-jquery-ui: 6.0.0 The setAjaxStopEvent never fires. Looking at the generated js it's obvious that it can't: $('#slider11').slide

RE: wiquery ajaxslider

2012-10-08 Thread Lemke, Michael SZ/HZA-ZSW
is on github. Michael > >On Mon, Oct 8, 2012 at 3:39 PM, Lemke, Michael SZ/HZA-ZSW > wrote: >> Hi, >> >> I've a problem with AjaxSlider in wiquery-jquery-ui. Sorry if this is >> the wrong place to report it but I can't use Google groups. >> >&

RE: ModalDialog - control the location

2012-10-12 Thread Lemke, Michael SZ/HZA-ZSW
Hm, this from something I did (uses jquery): public class ModalDialogPanel extends ModalWindow { ... public enum Position { TR, TL, BR, BL } ... /** * @param target * @param component Element to use for position of popup.

Double validation in textfield

2013-07-03 Thread Lemke, Michael SZ/HZA-ZSW
We've seen some strange behavior with TextField, which you can easily verify on http://www.wicket-library.com/wicket-examples/forminput In an English locale enter into the Double field: 6.5 result: 6.5 6,4 result: 64 6,4 result: 64 6,4, result: '6,4,' is not a valid Double. Why doe

RE: Double validation in textfield

2013-07-03 Thread Lemke, Michael SZ/HZA-ZSW
>On 07/03/2013 03:45 PM, Lemke, Michael SZ/HZA-ZSW wrote: >> We've seen some strange behavior with TextField, which you >> can easily verify on http://www.wicket-library.com/wicket-examples/forminput >> >> In an English locale enter into the Double field: >> &