Grids In Chrome

2 views
Skip to first unread message

Ilya

unread,
Mar 30, 2010, 6:22:18 PM3/30/10
to In-Portal Bugs Team
Hello,

I know we've talked about this somewhere before, but I can't remember
where... I understand our current position is to not fully support
Chrome as it's a relatively new browser, so I'm not saying let's
completely revamp things for Chrome, but I wanted to see if we can
take a look into one minor issue.

Currently, In Chrome, the records in In-Portal's grids don't line up
with the checkboxes on the left (screen attached), which makes it look
broken although everything works fine. Can we make the records line
up?

That's all. Thanks!

BTW, Chrome is getting more and more popular (I use it obviously) -
used almost as much as IE8 according to this site
http://www.w3schools.com/browsers/browsers_stats.asp

Phil -- wbtc.fr --

unread,
Mar 30, 2010, 6:31:09 PM3/30/10
to in-port...@googlegroups.com
Hello Ilya,

seems you miss your screenshot, but anyway I know what you are talking about.

I bet we can solve this just by improving the code, as we mix tables and CSS, it's a bit tricky, but not impossible, guys am I wrong?

Phil.

2010/3/31 Ilya <ily...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "In-Portal Bugs Team" group.
To post to this group, send email to in-port...@googlegroups.com.
To unsubscribe from this group, send email to in-portal-bug...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/in-portal-bugs?hl=en.


Ilya Bernshteyn

unread,
Mar 30, 2010, 6:37:17 PM3/30/10
to in-port...@googlegroups.com
Thanks Phil, screen attached, but yeah I'm sure anyone who uses Chrome has seen this.

Ilya
chrome-grid.JPG

Dmitry A.

unread,
Mar 31, 2010, 12:18:09 AM3/31/10
to In-Portal Bugs Team
Hi guys,

Yes, we saw this and will try to address it soon.

Alex, I had some look around in FF firebug and think that Chrome
doesn't like "height: auto" attribute much... What are your thoughts
on this?

DA.

On Mar 30, 5:37 pm, Ilya Bernshteyn <ily...@gmail.com> wrote:
> Thanks Phil, screen attached, but yeah I'm sure anyone who uses Chrome has
> seen this.
>
> Ilya
>

> >> in-portal-bug...@googlegroups.com<in-portal-bugs%2Bunsubscribe@go oglegroups.com>


> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/in-portal-bugs?hl=en.
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "In-Portal Bugs Team" group.
> > To post to this group, send email to in-port...@googlegroups.com.
> > To unsubscribe from this group, send email to

> > in-portal-bug...@googlegroups.com<in-portal-bugs%2Bunsubscribe@go oglegroups.com>


> > .
> > For more options, visit this group at
> >http://groups.google.com/group/in-portal-bugs?hl=en.
>
>
>

>  chrome-grid.JPG
> 114KViewDownload

Alexander Obuhovich

unread,
Apr 1, 2010, 6:21:22 PM4/1/10
to in-port...@googlegroups.com
Don't know, need to inspect our code to detect what's wrong in chrome.

To unsubscribe from this group, send email to in-portal-bug...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/in-portal-bugs?hl=en.




--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

Dmitry A.

unread,
Apr 4, 2010, 10:36:30 PM4/4/10
to In-Portal Bugs Team
So far I had NO luck with troubleshooting things.

Firebug Lite doesn't work in our Admin, but what I have noticed that
the issue is seems to be related to how Chrome treating differently
the HEIGHT of TR columns which is adjusted by JS based on the Length
of the data in ANY cell in that particular row. As we know the Grids
would WRAP the data in the cell and make the Row bigger in height.

I think it's what causing the issue here.


DA.

> Best Regards,
>
> http://www.in-portal.comhttp://www.alex-time.com

Dmitry A.

unread,
Apr 5, 2010, 12:54:41 AM4/5/10
to In-Portal Bugs Team
New task has been filed for this:

679: Issues with Grids in Chrome

http://tracker.in-portal.org/view.php?id=679

Cheers!

DA

Phil -- wbtc.fr --

unread,
Apr 5, 2010, 1:12:43 AM4/5/10
to in-port...@googlegroups.com
As per my own tests (very hard to understand how code is generated
here), the problem doesn't seem to be about data wrapping, as I have
the problem even with all column header text in one line on Chrome,
while it's ok with column header on 2 lines in FF.

The problem is about TR height, yes, but also inside this tr, which
have a TD height value that doesn't change anything in FF, but if I
remove it, changes a lot in the good way in Chrome :)

Another weird thing, if I setup manually the good size for Chrome, it
appears very small (and at least smaller than it should be) in FF.

May I'll say something obvious, but... I never had to deal with so
many nested tables. CSS only could give a better result, at least for
"non-tabular" data, such as catalog headers, menus... for now it's a
mix of CSS + inline-js-generated-CSS, applying to tables nested into
tables (59 tables for the right-frame!), the perfect combination for
cross-display problems, don't you think so?

P.

2010/4/5 Dmitry A. <dand...@gmail.com>:

> To unsubscribe from this group, send email to in-portal-bug...@googlegroups.com.

Alexander Obuhovich

unread,
Apr 5, 2010, 5:00:57 PM4/5/10
to in-port...@googlegroups.com
No more discussions about bad formed grid css/js, because we already came to a conclusion about that in another discussion. Can you please list (1, 2, 3) what needs to be changed in HTML/css so grid in chrome looks good and doesn't broken in Firefox/IE.

Phil -- wbtc.fr --

unread,
Apr 5, 2010, 6:39:03 PM4/5/10
to in-port...@googlegroups.com
I made tests on html rendered files, I don't know where the values take place in admin files, I tried to seek for them, but... too much complicated for me :)
The height values for the TR and TD for theses cell are not doing the same on FF and GC.


2010/4/5 Alexander Obuhovich <aik....@gmail.com>

Alexander Obuhovich

unread,
Apr 5, 2010, 6:47:48 PM4/5/10
to in-port...@googlegroups.com
We knew that already, please tell something we didn't know :)

Phil -- wbtc.fr --

unread,
Apr 5, 2010, 6:54:06 PM4/5/10
to in-port...@googlegroups.com
I've removed height in TR ( there are too much height value everywhere at my sight) and adjust it in TD, but I can't properly test all cases as I work on a static file, and not on the JS

2010/4/6 Alexander Obuhovich <aik....@gmail.com>
Reply all
Reply to author
Forward
0 new messages