moveToWidget() code in changeset 2117 introduced a bug
(Or, if we're lucky, uncovered a bug. But we'll see...) Here's an example: <div> <a href="http://www.dillo.org">I am a link. How exciting!</a> <div>a div. Move down here and the link url is still shown.</div> Ordinary text outside of the div. Status output is blanked when moving down here. </div>
On Wed, Jul 20, 2011 at 06:28:07AM +0000, corvid wrote:
(Or, if we're lucky, uncovered a bug. But we'll see...)
It looks like a bug in the assumptions in Textblock::motionNotifyImpl(). It's easy to make it work again, but weird stuff happens here that'd be better to find out before making a patch. I can send you what I have so far, if you're working on it. -- Cheers Jorge.-
Jorge wrote:
On Wed, Jul 20, 2011 at 06:28:07AM +0000, corvid wrote:
(Or, if we're lucky, uncovered a bug. But we'll see...)
It looks like a bug in the assumptions in Textblock::motionNotifyImpl(). It's easy to make it work again, but weird stuff happens here that'd be better to find out before making a patch.
I can send you what I have so far, if you're working on it.
Okay. (I hadn't looked at it at all, as I noticed the problem not long before bedtime. Incidentally, hg bisect is pretty nice after all, as long as one's computer is from this millennium. I'd been hesitant to try it because I thought it would be much slower going.)
participants (2)
-
corvid@lavabit.com
-
jcid@dillo.org