Very helpful module! We're having an issue where there are conflicts with the draggable row icon in that it sits right on top of that "draggable" icon. Also, for some reason when you install the SIR module it will then make the draggable row icon non-selectable when you mouse directly over it - you have to move slightly to the left of the draggable row icon. We have tried modifying the CSS to move the positioning of the Simple Image Rotate icon and that helps with the positioning issues, but it still make the draggable row icon non-selectable if you mouse over it - you again have to move slightly to the left of the icon to have it selectable. So, there's a conflict between those two pieces of functionality when Simple Image Rotate is active. I've uploaded a screenshot, but unfortunately it won't copy the cursor - the cursor actually has to be ~5 pixels or so to the left of the draggable row icon or slightly below and to the left in order to function when Simple Image Rotate is active. Other than these two issues all appears to be working well.

Comments

Anonymous’s picture

josephgut created an issue. See original summary.

Anonymous’s picture

Issue summary: View changes
StatusFileSize
new258.09 KB
Anonymous’s picture

Issue summary: View changes
Anonymous’s picture

Issue summary: View changes
Anonymous’s picture

Issue summary: View changes
Anonymous’s picture

Issue summary: View changes
martynov’s picture

Hello, josephgut!
Thanks for your feedback. I think the problem arise from the module CSS file and to be more precise from this rule:

.image-widget {
    position: relative;
}

I will think how to change this code to avoid such conflics.

khoomy’s picture

Hi josephgut

Patch is attached to fix the issue. patch will also be committed and will be available in next release.

I hope this patch will resolve your issue.

Khoomy

  • khoomy committed 8e0f57b on 7.x-2.x
    Issue #2869075 by khoomy: Conflicts With Draggable Row Icon
    
khoomy’s picture

StatusFileSize
new3.54 KB

There was an small typo in a patch, please use latest patch

  • khoomy committed 68e2446 on 7.x-2.x
    Issue #2869075 by khoomy: Conflicts With Draggable Row Icon
    
khoomy’s picture

Status: Active » Fixed
khoomy’s picture

Status: Fixed » Closed (fixed)