Axel Beckert <a...@deuxchevaux.org> writes: > tag 532035 + unreproducible > kthxbye > > Hi, > > On Fri, Jun 05, 2009 at 11:44:25PM +0200, Memnon Anon wrote: >> Package: conkeror >> Version: 0.9~git090223-1 >> Severity: normal >> >> -- System Information: >> Debian Release: 5.0.1 >> APT prefers stable >> APT policy: (990, 'stable'), (900, 'testing') >> Architecture: i386 (i686) [...] >> Searching a page with C-s seems to be seriously broken. >> >> 1) Open: http://www.debian.org/Bugs/Reporting >> 2) Searching for 'you' displays the hits on the visible page, but does not >> scroll >> do display the hits on consequent pages. >> 3) Searching for 'other' does not show anything at all. >> 4) If I scroll down to a page that contains 'other', it is highlighted at >> search, but 'other's on the following pages are not. > I'm sorry, but I can't reproduce this on neither amd64 nor i386, > neither local nor remote via SSH X forward, neither with xulrunner-1.9 > 1.9.0.7-0lenny2 nor 1.9.0.9-0lenny2. On my installations, conkeror > scrolls down in both examples as it should.
>> hth, I will gladly supply any other information necessary ;) > Hmmm, any plugins installed? Any keybindings added? Any special > keycombos catched by the window manager? (Just guessing, I currently > have no idea what could cause this...) Okay, as it seems to be a problem with my configuration, I tested my .conkeror.rc bit by bit and this is what broke the search: From: http://conkeror.org/Tips#HideScrollBars // ###################### disable scrollbars ######################## function disable_scrollbars (buffer) { buffer.browser.contentWindow.scrollbars.visible = false; } add_hook ("content_buffer_location_change_hook", disable_scrollbars); //================================================================= I do not know if this note is new, but it explains it ;) ,---- | Notes: Mouse scrollwheel won't work. Also, typeahead find is disrupted | by lack of a scrollbar. This may or may not be fixable. `---- Sorry for the noise ;) Memnon -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org