Opened 16 years ago
Closed 13 years ago
#1150 closed enhancement (invalid)
Imagebox corrections proposal
Reported by: | Spyroland | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | plugin | Version: | 1.1.2 |
Keywords: | imagebox | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
Here are some change proposals for imagebox:
490,494d489 < center the outercontainer, so you can click on the left < or the right to close the imagebox < outerContainer < .css('width', containerW + 'px') < .css('left', (clientSize.w-containerW)/2 + 'px');
566,573d560 < < if the page does not occupy the whole window, < and the image is taller than the window, < the overlay needs to be extended now (= after resizing the image box itself) < (otherwhise scrolling reveals the original background) < overlay = jQuery('#ImageBoxOverlay'); < pageSize = jQuery.iUtil.getScroll(); < overlay.css ('height', Math.max(pageSize.ih,pageSize.h) + 'px')
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Ooops sorry for the formatting