Open GoogleCodeExporter opened 8 years ago
I am unsure if I set the correct priority. I cannot go back to editing the
issue or
don't know how.
Original comment by kwmieb...@gmail.com
on 7 May 2010 at 5:56
Reproduced
* Drop target should not execute scrolling during drag over when drop object is
a file
Original comment by CodyPrec...@gmail.com
on 7 May 2010 at 6:04
I am not sure about the term "drop target". The drop target is in my
understanding
"editra", because I am not inserting file 2 into file 1, i am just opening file
2
parallel to file 1 in another tab, but dropping it into already open file 1
seems to
be the way editra handles this currently.
All other locations (editra's program window header, menu bar, tabs inside tab
bar,
empty space inside tab bar) seem not to be accepted as drop targets for a file
that
the user wants to open.
Some other programs allow the program window bar or the tabbar as drop target,
and
this seems intuitive and good habit to me.
Original comment by kwmieb...@gmail.com
on 7 May 2010 at 6:23
Yes, that is just a note to myself about what needs to be fixed when I get a
chance
to look at this.
Original comment by CodyPrec...@gmail.com
on 7 May 2010 at 6:27
I found a workaround which makes it easier to open files on windows: When
dragging
file 2 from south into file 1, file 1 does not scroll. It only scrolls when
file 2
is dragged into file 1 from north, east or west.
Original comment by kwmieb...@gmail.com
on 8 May 2010 at 4:43
It appears that in the current versions of wxPython it is not possible to check
the
datatype of the drag object until it has been released.
This means that it is not possible to detect whether it is a drag file or drag
text.
For Drag text we want the scrolling so the text can be inserted in the desired
location. For Drag Files the scrolling serves no benefit.
Either way this is a very very minor issue as the scrolling will only occur
when the
drag cursor is moved near the top or bottom of the edit area.
Original comment by CodyPrec...@gmail.com
on 13 May 2010 at 3:49
Not on my system. The scrolling occurs all the time.
Original comment by kwmieb...@gmail.com
on 13 May 2010 at 4:19
Maybe there should be a different drop target for files. Currently there is no
other
possible target for files than the text area (which is not very intuitive). Some
programs allow drop targets like the tab bar or the window bar.
Original comment by kwmieb...@gmail.com
on 13 May 2010 at 4:23
Original issue reported on code.google.com by
kwmieb...@gmail.com
on 7 May 2010 at 5:54