Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(233)

Issue 1683047: splitPane handle shouldn't use a higher z-index

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by canuda10
Modified:
1 year, 11 months ago
Reviewers:
Base URL:
http://closure-library.googlecode.com/svn/trunk/
Visibility:
Public.

Description

splitPane's handle uses a zIndex of 2 to be on top of the iframe. That causes the handle to hover over other elements. As the iframe is hidden (with z-index -1) when not dragging the handle, the handle z-index can revert to default (0) when not dragging and hover only while dragging, which solves the problem of having two dialogs with a splitPane in them.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M closure/goog/ui/splitpane.js View 4 chunks +6 lines, -2 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b