Johannes wrote (way back in June!):
* The cursor is not always updated properly when over a link. This happens while page is rendered and also when drag-scrolling with the middle mouse button.
How about updating it from layout()?
On Thu, Sep 25, 2008 at 03:24:55AM +0000, corvid wrote:
Johannes wrote (way back in June!):
* The cursor is not always updated properly when over a link. This happens while page is rendered and also when drag-scrolling with the middle mouse button.
How about updating it from layout()?
Yes, I think something like that is necessary. I also worked a bit on that problem (see attached patch), but got confused about how to handle multiple views. The mouse could be over a link in one view and somewhere else in another one (with overlapping windows). Is the mouse pointer a per view or a per platform thing? Anyway, attached patch solves the problem with the mouse pointer ending up over a link after loading has finished. Other corner cases do not yet work. Cheers, Johannes
Johannes wrote:
On Thu, Sep 25, 2008 at 03:24:55AM +0000, corvid wrote:
Johannes wrote (way back in June!):
* The cursor is not always updated properly when over a link. This happens while page is rendered and also when drag-scrolling with the middle mouse button.
How about updating it from layout()?
Yes, I think something like that is necessary. I also worked a bit on that problem (see attached patch), but got confused about how to handle multiple views. The mouse could be over a link in one view and somewhere else in another one (with overlapping windows). Is the mouse pointer a per view or a per platform thing?
Oh yeah, multiple views... Multiple views are hard to think about when we don't know how they're supposed to behave, can't make them, and don't know whether there's any real need/use for them.
On Thu, Sep 25, 2008 at 03:16:30PM +0000, corvid wrote:
Johannes wrote:
On Thu, Sep 25, 2008 at 03:24:55AM +0000, corvid wrote:
Johannes wrote (way back in June!):
* The cursor is not always updated properly when over a link. This happens while page is rendered and also when drag-scrolling with the middle mouse button.
How about updating it from layout()?
Yes, I think something like that is necessary. I also worked a bit on that problem (see attached patch), but got confused about how to handle multiple views. The mouse could be over a link in one view and somewhere else in another one (with overlapping windows). Is the mouse pointer a per view or a per platform thing?
Oh yeah, multiple views... Multiple views are hard to think about when we don't know how they're supposed to behave, can't make them, and don't know whether there's any real need/use for them.
Maybe we should enable that fltkpreview stuff somehow - just to verify that we don't break the multiple view feature. And making a Postscript view for printing could be fun! Cheers, Johannes
On Thu, Sep 25, 2008 at 05:24:57PM +0200, Johannes Hofmann wrote:
On Thu, Sep 25, 2008 at 03:16:30PM +0000, corvid wrote:
Johannes wrote:
On Thu, Sep 25, 2008 at 03:24:55AM +0000, corvid wrote:
Johannes wrote (way back in June!):
* The cursor is not always updated properly when over a link. This happens while page is rendered and also when drag-scrolling with the middle mouse button.
How about updating it from layout()?
Yes, I think something like that is necessary. I also worked a bit on that problem (see attached patch), but got confused about how to handle multiple views. The mouse could be over a link in one view and somewhere else in another one (with overlapping windows). Is the mouse pointer a per view or a per platform thing?
Oh yeah, multiple views... Multiple views are hard to think about when we don't know how they're supposed to behave, can't make them, and don't know whether there's any real need/use for them.
Maybe we should enable that fltkpreview stuff somehow - just to verify that we don't break the multiple view feature. And making a Postscript view for printing could be fun!
That would be amazing! Well, I've read that FLTK2 can use cairo for images, and that text and clipping are the missing link to full cairo output. If we can use this to be able to print, it'd be great. -- Cheers Jorge.-
On Thu, Sep 25, 2008 at 04:25:20PM +0200, Johannes Hofmann wrote:
On Thu, Sep 25, 2008 at 03:24:55AM +0000, corvid wrote:
Johannes wrote (way back in June!):
* The cursor is not always updated properly when over a link. This happens while page is rendered and also when drag-scrolling with the middle mouse button.
How about updating it from layout()?
Yes, I think something like that is necessary. I also worked a bit on that problem (see attached patch), but got confused about how to handle multiple views.
Is this patch ready for CVS?
The mouse could be over a link in one view and somewhere else in another one (with overlapping windows). Is the mouse pointer a per view or a per platform thing?
I don't know. -- Cheers Jorge.-
On Thu, Sep 25, 2008 at 02:11:09PM -0400, Jorge Arellano Cid wrote:
On Thu, Sep 25, 2008 at 04:25:20PM +0200, Johannes Hofmann wrote:
On Thu, Sep 25, 2008 at 03:24:55AM +0000, corvid wrote:
Johannes wrote (way back in June!):
* The cursor is not always updated properly when over a link. This happens while page is rendered and also when drag-scrolling with the middle mouse button.
How about updating it from layout()?
Yes, I think something like that is necessary. I also worked a bit on that problem (see attached patch), but got confused about how to handle multiple views.
Is this patch ready for CVS?
No, it isn't. Cheers, Johannes
participants (3)
-
corvid@lavabit.com
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de