When on a table view and i scroll up and down my screen artifacts with this theme. See attached screen shot.

CommentFileSizeAuthor
Screen Shot 2013-03-05 at 18.36.51.png128.76 KBlathan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Joseph.Sullivan’s picture

Had the same issue - though not as badly as your screenshot. I cleared all the caches via Devel and the problem resolved. If it reoccurs for me, I'll let you know.

Update: I stand corrected - seeing it again. Sorry. :(

dudenhofer’s picture

Assigned: Unassigned » dudenhofer

I've seen this before too, but not to that extent. I have been having a hard time replicating it. I'll be testing to see if I can pin-point this, but in the mean time, is there any additional information, or is it just random? Is this all table views, or just draggable ones? Is this on a specific browser? (any of that type of info will help). Thanks!

lathan’s picture

- Browser it happens on Safari, Firefox and Chrome on my machine (all are up to date and the latest stable versions).
- It only happens on any table go to the bottom of the page and scroll up the slower you scroll the more artefacts i get.

* if i resize the window it all artefacts disappear, but once i scroll again they come back.

I think it is todo with the sticky header.

erichomanchuk’s picture

I have the same issue using firefox but have seen on other browsers. If I remove the sticky header I no longer get the artifacts.

dudenhofer’s picture

Status: Active » Needs review

Ok, it looks like this is specific to the border-bottom on the sticky header. Try adding this to the bottom of shiny.css and see if this helps for you guys as well. It seems to fix it on my testing so far.

table.sticky-header {
  border-bottom: 0;
}
table.sticky-header th {
  border-bottom: 0;
}
lathan’s picture

Status: Needs review » Reviewed & tested by the community

Yup simply removing the border (via the above css) does fix this for me.

dudenhofer’s picture

Status: Reviewed & tested by the community » Fixed

Cool, I pushed an update here with the fix: http://drupalcode.org/project/shiny.git/commit/5e29cdb

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.