You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Russell Morrisey <Ru...@missionse.com> on 2010/03/12 21:54:37 UTC

inmethod DataGrid problem in IE8

I am having trouble with the layout of my inmethod DataGrid in wicket.  It appears that the header columns and the data columns are not lining up correctly.  There is a thin outer layer surrounding the individual columns on each row that is pushing the data outside of the viewable area.  This only happens in IE 8, it works fine in lower versions of IE and Firefox.  The summary and header rows work properly but the data rows are the problem.

Marsha


________________________________
This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind MSE to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.

RE: inmethod DataGrid problem in IE8

Posted by Russell Morrisey <Ru...@missionse.com>.
Sorry! It actually does happen in the inmethod grid examples. Marsha found a scenario:

Here is the scenario, I used the wicket examples provided online (http://wicketstuff.org/grid-examples/data-grid/simple.0;jsessionid=319CDEAD389BDC44FC4D07FE9E0C938B), viewed the styles using the IE8 provided developer tools (F12), selected Last Name Clark and changed its div tag to include "style: text-align:right" and the last character of 'Clark' is truncated.  After more drilling, it appears that each div is the same width of the parent td, but there is a 4px difference between the starting position of the td plus the width and the starting position of the next width.  So if you aligned the text to the right for home phone and cell phone, more and more of the last character will be in-visible.

Also, the column lines between the header and data columns get progressively further and further away from each other, probably because of that 4px issue I mentioned before.



RUSSELL E. MORRISEY
Programmer Analyst Professional
Mission Solutions Engineering, LLC

| Russell.Morrisey@missionse.com | www.missionse.com
304 West Route 38, Moorestown, NJ 08057

-----Original Message-----
From: Russell Morrisey [mailto:Russell.Morrisey@missionse.com]
Sent: Tuesday, March 16, 2010 11:09 AM
To: users@wicket.apache.org
Subject: RE: inmethod DataGrid problem in IE8

Marsha wasn't able to reproduce the problem in the examples. She is working on it now. Thanks for the quick response!


RUSSELL E. MORRISEY
Programmer Analyst Professional
Mission Solutions Engineering, LLC

| Russell.Morrisey@missionse.com | www.missionse.com

-----Original Message-----
From: Matej Knopp [mailto:matej.knopp@gmail.com]
Sent: Friday, March 12, 2010 3:57 PM
To: users@wicket.apache.org
Subject: Re: inmethod DataGrid problem in IE8

If you run grid examples is the problem present?

-Matej

On Fri, Mar 12, 2010 at 9:54 PM, Russell Morrisey
<Ru...@missionse.com> wrote:
> I am having trouble with the layout of my inmethod DataGrid in wicket.  It appears that the header columns and the data columns are not lining up correctly.  There is a thin outer layer surrounding the individual columns on each row that is pushing the data outside of the viewable area.  This only happens in IE 8, it works fine in lower versions of IE and Firefox.  The summary and header rows work properly but the data rows are the problem.
>
> Marsha
>
>
> ________________________________
> This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery.
> NOTE: Regardless of content, this e-mail shall not operate to bind MSE to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
>


This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind MSE to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.


This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind MSE to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.

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


RE: inmethod DataGrid problem in IE8

Posted by Russell Morrisey <Ru...@missionse.com>.
Marsha wasn't able to reproduce the problem in the examples. She is working on it now. Thanks for the quick response!


RUSSELL E. MORRISEY
Programmer Analyst Professional
Mission Solutions Engineering, LLC

| Russell.Morrisey@missionse.com | www.missionse.com

-----Original Message-----
From: Matej Knopp [mailto:matej.knopp@gmail.com]
Sent: Friday, March 12, 2010 3:57 PM
To: users@wicket.apache.org
Subject: Re: inmethod DataGrid problem in IE8

If you run grid examples is the problem present?

-Matej

On Fri, Mar 12, 2010 at 9:54 PM, Russell Morrisey
<Ru...@missionse.com> wrote:
> I am having trouble with the layout of my inmethod DataGrid in wicket.  It appears that the header columns and the data columns are not lining up correctly.  There is a thin outer layer surrounding the individual columns on each row that is pushing the data outside of the viewable area.  This only happens in IE 8, it works fine in lower versions of IE and Firefox.  The summary and header rows work properly but the data rows are the problem.
>
> Marsha
>
>
> ________________________________
> This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery.
> NOTE: Regardless of content, this e-mail shall not operate to bind MSE to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
>


This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind MSE to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.

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


Re: inmethod DataGrid problem in IE8

Posted by Matej Knopp <ma...@gmail.com>.
If you run grid examples is the problem present?

-Matej

On Fri, Mar 12, 2010 at 9:54 PM, Russell Morrisey
<Ru...@missionse.com> wrote:
> I am having trouble with the layout of my inmethod DataGrid in wicket.  It appears that the header columns and the data columns are not lining up correctly.  There is a thin outer layer surrounding the individual columns on each row that is pushing the data outside of the viewable area.  This only happens in IE 8, it works fine in lower versions of IE and Firefox.  The summary and header rows work properly but the data rows are the problem.
>
> Marsha
>
>
> ________________________________
> This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery.
> NOTE: Regardless of content, this e-mail shall not operate to bind MSE to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
>

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