bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22749: 25.0.91; xwidget-webkit-scroll-down not working


From: Christopher Cooper
Subject: bug#22749: 25.0.91; xwidget-webkit-scroll-down not working
Date: Thu, 10 Mar 2016 16:03:02 -0500

The problem was that 'xwidget-set-adjustment' in xwidget.c was checking 'value' using 'CHECK_NATNUM'. However, 'value' can be negative in the case of relative scrolling. The solution is instead to use 'CHECK_NUMBER'. A patch implementing this is attached.

Christopher Cooper

Attachment: 0001-Fix-Bug-22749.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]