Go to views.
Add image and look in preview.

Line 82 in fractionslider.css

.fraction-slider .slide {
display: none;
width: 100%;
height: 100%;
position: absolute;
z-index: 5000; /* Line 82: This creating issue in admin page when editing View - preview overlap other screen*/
}

More change needed to fix preview.

Why critical? Because isn't possible to use slider when it is in background (slider overlap ALL admin page when it's on background)

CommentFileSizeAuthor
screenshot.png43.56 KBPatryk Padus
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

monymirza’s picture

Assigned: Unassigned » monymirza

Thanks for reporting. i will look it.

  • monymirza committed 6f52236 on 7.x-2.x
    Issue #2450915: Views - Preview is broke
    
monymirza’s picture

Version: 7.x-2.3 » 7.x-2.x-dev
Status: Active » Closed (fixed)