Thanks for the module. The video and iframe features for shadowbox are very cool.

Working Drupal 6 I installed it and it works fine for images smaller than the browser window and for external links (iframe). However the "drag" option under "Media handling" options does not seem to work. When I have an image that is larger than the maximum viewable area I have problems. If I choose "Drag" then it crops the image but does not allow dragging, as one can see working on their demo site. It seems to work exactly the same as if I choose "None".

I'm using FireFox 2 with Drupal 6.2 on a MacBook Pro. Site at: http://swoc.org/seattle2011_test/poem and click on "See larger image" link underneath the image.

Assistance appreciated.

Comments

priestjim’s picture

That happens to me too. D6.2/Shadowbox 6.x-dev

priestjim’s picture

Any news on fixing the bug? It is very irritating...

psynaptic’s picture

I've had a quick look but can't see what might be causing this issue. Maybe you could do some bug hunting and see if you can find a fix?

psynaptic’s picture

Status: Active » Fixed

This has been fixed in the 5.x-2.0 version. I'm closing the issue to clean up but if you still have an issue feel free to reopen this.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

andb’s picture

Concerning d6, I've tried to implement the module and use the drag functionality. I haven't been able to successfully get this to work. Ive tried both via the admin page and via options in the html via node-node_type.tlp.php.

Have you successfully used handleOversize:'drag' with this module and shadowbox2 in d6? The thread was closed with d5 having a solution, though the thread was started as a d6 issue (though v1, which doesnt exist as a branch on the project page anymore).

I've reopened this issue, as I expect it is a similar problem. I'm using shadowbox 6.x-1x-dev, because I have not successfully been able to implement 6.x-2x.

Tony Sharpe’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

I'm using Drupal 6.8, Shadowbox 6.x-2.x-dev (Nov 14 2008). The handleOversize works for both drag and resize when set from the Drupal Shadowbox settings page but overriding from the rel attribute doesn't work. I have it set to 'resize' on the settings page as the default but for one particular GIF image I want it to be in drag mode so I invoked drag from the rel attribute, but this doesn't work. I've set width and height options successfully using the rel attribute, but not handleOversize. The rel attribute looks like: rel="shadowbox[b];handleOversize='drag'" (with or without single quotes around drag).

Tony Sharpe’s picture

My mistake - I hadn't read the instructions properly. handleOversize is specified in a different way to width and height. This works: rel="shadowbox[b];options={handleOversize:'drag'}"