Thank you for all this advices, John!

On 8/31/10, John J. Foerch <[email protected]> wrote:
> On Tue, Aug 31, 2010 at 03:07:42PM +0800, Lei Wang wrote:
>> On 8/31/10, John J. Foerch <[email protected]> wrote:
>> > On Sat, Aug 28, 2010 at 03:09:36PM +0800, Wang Lei wrote:
>> >> Hi, all!
>> >>
>> >> When I press C-s continuously on the *bindings* page, the page
>> >> scrolls. But on other pages, they don't. Is it normal?
>> >>
>> >> --
>> >> Regards,
>> >> Lei
>> >
>> >
>> > See if the problem you are observing is this one:
>> >
>> > http://bugs.conkeror.org/issue295
>> >
>> > We just pushed a fix.
>> >
>> > --
>> > John Foerch
>> >
>>
>> It looks like this is not my problem. And i'm using xulrunner-1.9.1,
>> package in debian sid. There is no error. Just the page doesn't
>> scroll, when isearch has already found a match in the page's
>> out-of-screen part. This doesn't happend with the *bindings*.
>>
>> --
>> Regards,
>> Lei
>
>
> Are there scrollbars in the buffers where isearch fails or are they
> missing?  Does the problem persist with conkeror -q, and if you remove
> ~/.conkeror.mozdev.org (back it up just to test)?

As you said, i find the cause of this problem is i used this tip to
make the scrollbar invisible.

// function disable_scrollbars (buffer) {
//     buffer.browser.contentWindow.scrollbars.visible = false;
// }
// add_hook ("content_buffer_location_change_hook", disable_scrollbars);

The problem has gone. But disable_scrollbars makes it can't scroll, is
this right?

>
> I don't know what version of conkeror you are running but you can always
> try a new one if you are not already running the development version.
> Conkeror works fine without being installed to system directories so you
> can try different versions easily.

I am running the git version:)

>
> You could also try xulrunner 1.9.2.  It is easy to run multiple versions
> of xulrunner on a single machine:
>
>  * download and extract xulrunner archive.
>
>  * enter directory and do ./xulrunner --register-user.
>
>  * verify installed versions with the script that comes with conkeror,
>    contrib/list-xulrunner-versions.  the run-conkeror script will always
>    try to use the highest available version, but you can use a different
>    one by setting the environment variable CONKEROR_XULRUNNER_VERSION.
>

Thank you for all of these suggestions. I am going to try the latest
xulrunner too.

Thanks!

> --
> John Foerch
>


--
Regards,
Lei
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to