Hi,

I put a jpg in attachement, it's more easy to show the problem.

Maybe it's not a CSS problem, maybe it's a Firefox bug, but I want to show you.

I have this bug, only in Drupal / theme Seven. I see this bug when I'am in a Views table, or in a table in the admin (ex: /admin/reports/status)

The border TD inside of the table disappear / appear, when we use Firebug, or when we scroll the webpage.

Just want to let you know,

thanks

CommentFileSizeAuthor
bugexemple.jpg236.33 KBHobbes-2

Comments

mcrittenden’s picture

Status: Active » Postponed (maintainer needs more info)

Whoa, that's a crazy one. I'm not really sure how that could be due to the theme itself, and if it is, I'd have no idea how to debug without being able to reproduce. That in mind, I'm marking needs more info for now.

Hobbes-2’s picture

Yes, I agree, it's hard to reproduce. I have the same problem on another mac here at work.

I will make some test with Firebug, maybe I can help you (I will try to find the bug). And if you need me to make some text, do not hesitate to write me.

P.s: The bug is also only on Drupal 6, I cannot reproduce this on Drupal 7.

Hobbes-2’s picture

the problem seem to be the th border.

I can fix the problem in firefox with this :

In pretty.css add :

table td {
border-width: 1px;
border-style: solid;
border-color: #bebfb9;
}

mcrittenden’s picture

Status: Postponed (maintainer needs more info) » Needs review

Changing status for when I have a second.

mcrittenden’s picture

Status: Needs review » Postponed (maintainer needs more info)

Hmm, can't really add a border on all table cells, as that would change the look of pages like admin/content/node pretty drastically. Any other fixes for your problem you'd like to see implemented?

mcrittenden’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
avpaderno’s picture

Version: 6.x-1.0-beta6 » 6.x-1.x-dev
Issue summary: View changes