The hover state for dates in the date editing popup has different dimensions than the passive state. This creates a disturbing rippling effect as you mouseover dates in the popup.

This is what the popup calendar should look like:

Screenshot 1

And here is what it looks like when you hover with Panopoly:

Screenshot 2
Screenshot 3

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dsnopek’s picture

Component: User interface » Core

Hm. That sounds like it's an issue with the jQuery UI theme that is bundled in panopoly_core. It was created with Theme Roller, so one would hope it wouldn't have weird sizing issues, but we also made a couple manual modifications which are probably to blame.

gdaw’s picture

Confirmed that the jittery date boxes was caused by some CSS borders added on hover but not on default. Fixed by adding the same borders to default date boxes. See patch file.

gdaw’s picture

Status: Active » Needs review
bkosborne’s picture

Status: Needs review » Reviewed & tested by the community

We've been using this patch for months without issue.

byronveale’s picture

*bump*

(not that you aren't busy enough…!)

dsnopek’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
462 bytes

Thanks for digging up this issue! I'd like to propose a slightly different fix, which solves the spacing issue, but causes less drastic changes to the current visual appearance.

  • dsnopek committed 36dd382 on 7.x-1.x
    Update Panopoly Core for Issue #2541570 by dsnopek, gdaw, humansky,...
dsnopek’s picture

Status: Needs review » Fixed

I went ahead and commited this one just to keep things moving forward, but if anyone objects to my alternate patch in #6 please feel free to reopen and comment here! If you do so in the next day, it'll probably be in time to revert before the next release, if necessary

Status: Fixed » Closed (fixed)

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