Problem with Drag&Drop with scroll
Playermet —Fri, 11/02/2012 - 15:37
Good day!
I have find some problem with Drag&Drop.
If page scrolled, destination cell determined with displacement.
I think, I find the solution to this problem.
Just replace this line in fastdial.html:
if (!isMouseOver(FdDom.get(i), e.pageX, e.pageY)) continue;
to this:
if (!isMouseOver(FdDom.get(i), e.pageX - document.body.scrollLeft, e.pageY - document.body.scrollTop)) continue;
Please, sorry for bad English.
Search logos
Search site
Navigation
User login
Online users
There are currently 2 users online.
Active - 15 mins:
Active - 15 mins:
Recent comments
-
by: hammadamir9011 min 44 sec ago
-
by: hammadamir9017 min 46 sec ago
-
by: hammadamir9022 min 12 sec ago
-
by: peter65423 min 52 sec ago
-
by: hammadamir9027 min 24 sec ago
-
by: peter65433 min 24 sec ago
-
by: peter65439 min 9 sec ago
-
by: hammadamir9044 min 3 sec ago
Re: Problem with Drag&Drop with scroll
Submitted by chiaroscuro on Fri, 11/02/2012 - 23:19Many thanks for your helpful feedback and your suggested fix.
Would you be so kind as to explain your line
I have find some problem with Drag&Drop.
If page scrolled, destination cell determined with displacement.
This would be helpful to understand the problem you are referring to.
Are you saying that if you scroll down the fast dial page, when you move a cell with drag and drop, that the destination cell is not the correct one ?
How many vertical columns and horizontal lines are you using in Fast Dial ?
Many thanks
Re: Problem with Drag&Drop with scroll
Submitted by Playermet on Sat, 11/03/2012 - 06:27Yes, if I scroll down (or right) the fast dial page, then destination cell moving away in scroll direction.
Screens.
I'm usе 8x8.
Please, sorry for bad English.
Re: Problem with Drag&Drop with scroll
Submitted by chiaroscuro on Sat, 11/03/2012 - 09:33Thanks
Click for larger image
Re: Problem with Drag&Drop with scroll
Submitted by chiaroscuro on Sat, 11/03/2012 - 09:36Ef can you reproduce ?
Re: Problem with Drag&Drop with scroll
Submitted by Playermet on Sat, 11/03/2012 - 12:30I do not quite understand what you mean.
Video?
Please, sorry for bad English.
Re: Problem with Drag&Drop with scroll
Submitted by chiaroscuro on Sat, 11/03/2012 - 15:19I do not quite understand what you mean.
Apologies I was asking Efreak15 if he could reproduce this, as I do not have access to a computer where I can test
That is all
Re: Problem with Drag&Drop with scroll
Submitted by chiaroscuro on Sat, 11/03/2012 - 15:22Thanks for the video !
Re: Problem with Drag&Drop with scroll
Submitted by chiaroscuro on Sat, 11/03/2012 - 15:27As a matter of curiosity did you check this problem in new Firefox profile ?
Re: Problem with Drag&Drop with scroll
Submitted by Efreak15 on Sat, 11/03/2012 - 15:28@ Playermet thank you for the videos and clear screenshot. Will research it now.
Re: Problem with Drag&Drop with scroll
Submitted by Efreak15 on Sat, 11/03/2012 - 15:33@Playerment I have confirmed the problem. I will work on a new .xpi with your fix when I have time.
Pages