:: Forum >>

Repeated column resizeing stuck on Firefox 11

Hello

I have a problem with grid column resizing. If I repeatedly resize a column with my mouse, it gets stuck to the cursor. It happens only if I resize the same spot multiple times. Any ideas on how to fix this?

Samething happens also if I try the example grid on your frontpage so I guess the problem isn't with my code :)

I'm using version 2.6 of aw.
Petri Pihlajamaa
Tuesday, April 17, 2012
Hi everyone!

The problem continues also on Firefox 12. Any thoughts on how to fix the issue?
Petri Pihlajamaa
Tuesday, May 8, 2012
I'm seeing this too. For me its much worse in FF 12 than 11.
CK
Thursday, May 10, 2012
A simple change to the AW.Grid.Separator "onmousedown" event handler seems to fix the problem. I added the " || AW.Gecko" clause to the IF statement shown below:

if (AW.opera || AW.konqueror || AW.gecko) {
        event.preventDefault();
        return false;
    }
CK
Thursday, May 10, 2012
Hi CK

Looks like it works for me too. Thanks for the help!
Petri Pihlajamaa
Monday, May 14, 2012
Hi,

Is there a similar workaround for this problem for older versions of AW (like 2.0.1)?

The AW lib has changed so much I couldn't figure out the relevant code in v. 2.0.1 to try your fix.

Thanks!
SV
Tuesday, May 15, 2012
Works for me, too. Thanks for your post!
Andy
Wednesday, May 16, 2012
With latest AW 2.6.0, after 10 tries or so resizing columns, I hit this problem in Google Chrome as well. Added AW.chrome also to the list (from CK's workaround) and it seems to have fixed the problem.

Alex can you confirm if this is right fix? If this will be fixed in a future release?
SV
Tuesday, May 22, 2012
Fixed in AW 2.6.1

http://www.activewidgets.com/javascript.forum.27297.0/activewidgets-2-6-1-released.html
Alex (ActiveWidgets)
Wednesday, October 17, 2012

This topic is archived.


Back to support forum

Forum search