On Tue, Jan 31, 2012 at 11:55:44AM -0600, Benjamin Slade wrote: > Hi John, > > I'm not sure how it's related to buffer-ordering, but this behaviour > started exactly after the buffer-ordering update. Maybe there's > something else which was updated at the same time?
If it is related, it is a Mozilla bug, not a Conkeror bug. Tab order is determined by the XUL attribute "ordinal" on each tab. So the question is, is scrollwheel scrolling broken when ordinal is in use? There would have to be some mighty bad programming involved for these two subsystems to care about each other, and since it's Mozilla we're talking about, I admit that I cannot wholely discount the possibility; it just seems unlikely. If you set 'new_buffer_with_opener_position = buffer_position_end;' in your rc, your setup would be equivalent to the old buffer ordering, and in theory, that would make the problem with the scrollwheel go away, as long as you didn't move any buffers. A worthwhile test. Someone with the means to test this would need to make a minimal test case in order to go further. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
