You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Diefenthäler (JIRA)" <ji...@apache.org> on 2011/01/21 10:38:45 UTC

[jira] Created: (WICKET-3360) Datepicker formatting

Datepicker formatting
---------------------

                 Key: WICKET-3360
                 URL: https://issues.apache.org/jira/browse/WICKET-3360
             Project: Wicket
          Issue Type: Bug
          Components: wicket-datetime
    Affects Versions: 1.4.15
         Environment: Windows 7, IE 8, Tomcat 6
            Reporter: Peter Diefenthäler
            Priority: Minor


The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-3360) Datepicker formatting

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reassigned WICKET-3360:
---------------------------------------

    Assignee:     (was: Martin Grigorov)

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011934#comment-13011934 ] 

Peter Diefenthäler commented on WICKET-3360:
--------------------------------------------

Hi Sandro,
I've checked your proposal with my Qickstart but it doesn't help. The calendar insistantly hides behind container2 also after changing the surrounding style classes to z-index: 1;

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3360) Datepicker formatting

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011344#comment-13011344 ] 

Pedro Santos commented on WICKET-3360:
--------------------------------------

Hi Peter, in your page you have 2 div tags (<div class="baseContainer">) marking 2 different containers in the same z-index. 
The calendar tag z-index is 99999, but IE don't care about it being higher then the rest of page because the its parent container is not on a higher z-index than its brother. Change the first base container z-index to 1 and the calendar will stop to show behind the container 2.
About the sizing, the Yahoo devs already did their work specifying in the css that the table header cell has 2em of width:
.yui-skin-sam .yui-calendar .calweekdaycell {
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 2em;
}
not sure what we can do more.

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Diefenthäler updated WICKET-3360:
---------------------------------------

    Priority: Critical  (was: Major)

I really need a solution to this, because I want to reside in the wicket world without many additionam libraries ...

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Priority: Critical
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3360) Datepicker formatting

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011349#comment-13011349 ] 

Pedro Santos commented on WICKET-3360:
--------------------------------------

Change the component to use <div> tags instead of <span> don't fix any reported problem in this ticket.

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-3360) Datepicker formatting

Posted by "Pedro Santos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Santos updated WICKET-3360:
---------------------------------

    Attachment: WICKET-3360.zip

Sending your quickstart back with the container 1 z-index set to 1 and the calendar showing in front of container 2.
The only problem I see here is the calendar sizing, but I'm not sure if it is a Wiket bug.

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war, WICKET-3360.zip
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (WICKET-3360) Datepicker formatting

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3360.
-------------------------------------

    Resolution: Cannot Reproduce
      Assignee: Martin Grigorov

I cannot reproduce the issue with Firefox 3.6.13 and Google Chrome 9.x (on Linux).
Additionally it seems this <span> is created by YUI, it is not part of the Wicket's components' templates.

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Assignee: Martin Grigorov
>            Priority: Minor
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Issue Comment Edited] (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011934#comment-13011934 ] 

Peter Diefenthäler edited comment on WICKET-3360 at 3/28/11 7:25 AM:
---------------------------------------------------------------------

Hi Pedro,
I've checked your proposal with my Qickstart but it doesn't help. The calendar insistantly hides behind container2 also after changing the surrounding style classes to z-index: 1;
With this change, also the FireFox 3.x browser hides the calendar behind the bottom container!

      was (Author: pdiefent):
    Hi Pedro,
I've checked your proposal with my Qickstart but it doesn't help. The calendar insistantly hides behind container2 also after changing the surrounding style classes to z-index: 1;
  
> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (WICKET-3360) Datepicker formatting

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984655#action_12984655 ] 

Martin Grigorov commented on WICKET-3360:
-----------------------------------------

The  source files of the .war is OK.
Thanks!

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Priority: Minor
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Updated] (WICKET-3360) Datepicker formatting

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-3360:
------------------------------------

    Priority: Major  (was: Critical)

Critical priority means "The whole application doesn't work due to this bug".
Since this is only style problem on IE it is not so critical.

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (WICKET-3360) Datepicker formatting

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984648#action_12984648 ] 

Martin Grigorov commented on WICKET-3360:
-----------------------------------------

Can you attach a quickstart applciation that reproduces the problems ?

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Priority: Minor
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (WICKET-3360) Datepicker formatting

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov reopened WICKET-3360:
-------------------------------------


> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Issue Comment Edited: (WICKET-3360) Datepicker formatting

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984648#action_12984648 ] 

Martin Grigorov edited comment on WICKET-3360 at 1/21/11 4:45 AM:
------------------------------------------------------------------

Can you attach a quickstart application that reproduces the problems ?

      was (Author: mgrigorov):
    Can you attach a quickstart applciation that reproduces the problems ?
  
> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Priority: Minor
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (WICKET-3360) Datepicker formatting

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3360.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

this is a CSS/YUI problem, there is not much we can do.

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Assignee: Igor Vaynberg
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war, WICKET-3360.zip
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Diefenthäler updated WICKET-3360:
---------------------------------------

    Priority: Major  (was: Minor)

This issue is apparent on Internet Explorer, so testing on Fire Fox and Chrome does not reproduce this behaviour.

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Assignee: Martin Grigorov
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Diefenthäler updated WICKET-3360:
---------------------------------------

    Attachment: QuickStartDatePicker.war

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Priority: Minor
>         Attachments: QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984652#action_12984652 ] 

Peter Diefenthäler commented on WICKET-3360:
--------------------------------------------

Sorry, but I don't have Maven for creating a quickstart as requested. If it helps, I can provide some screenshots or a war file to deploy on tomcat ...

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Priority: Minor
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Issue Comment Edited] (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009566#comment-13009566 ] 

Peter Diefenthäler edited comment on WICKET-3360 at 3/22/11 6:45 AM:
---------------------------------------------------------------------

I really need a solution to this, because I want to reside in the wicket world without many additional libraries ...

      was (Author: pdiefent):
    I really need a solution to this, because I want to reside in the wicket world without many additionam libraries ...
  
> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Priority: Critical
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011934#comment-13011934 ] 

Peter Diefenthäler edited comment on WICKET-3360 at 3/28/11 7:22 AM:
---------------------------------------------------------------------

Hi Pedro,
I've checked your proposal with my Qickstart but it doesn't help. The calendar insistantly hides behind container2 also after changing the surrounding style classes to z-index: 1;

      was (Author: pdiefent):
    Hi Sandro,
I've checked your proposal with my Qickstart but it doesn't help. The calendar insistantly hides behind container2 also after changing the surrounding style classes to z-index: 1;
  
> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031566#comment-13031566 ] 

Peter Diefenthäler commented on WICKET-3360:
--------------------------------------------

That's a pitty. This meens we can't use the DatePicker component on Windows platforms with one of the most used internet browsers!

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Assignee: Igor Vaynberg
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war, WICKET-3360.zip
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (WICKET-3360) Datepicker formatting

Posted by "Peter Diefenthäler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Diefenthäler updated WICKET-3360:
---------------------------------------

    Attachment: QickStartDatePicker.jpg

> Datepicker formatting
> ---------------------
>
>                 Key: WICKET-3360
>                 URL: https://issues.apache.org/jira/browse/WICKET-3360
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.4.15
>         Environment: Windows 7, IE 8, Tomcat 6
>            Reporter: Peter Diefenthäler
>            Priority: Minor
>         Attachments: QickStartDatePicker.jpg, QuickStartDatePicker.war
>
>
> The datepicker component often hides behind other html components. Also the sizing is influenced by surronding html tags like tabel and div's.
> I think this issue can be solved by using <div> tags instead of <span> tags inside the datepicker. 
> I.e. <span class="yui-calcontainer single withtitle> ... style="... should be switched to <div class="yui-calcontainer ...>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.