Comment 3 for bug 61735

Revision history for this message
Guilherme Salgado (salgado) wrote : Re: [Bug 61735] Re: [Bug 61735] Re: Can't sort by column on +reportedbugs, +subscribedbugs

On Sat, Sep 23, 2006 at 12:56:40AM -0000, Matt Zimmerman wrote:
> On Fri, Sep 22, 2006 at 12:20:03PM -0000, Guilherme Salgado wrote:
[...]
> > I, myself, like the javascript sorting even for tables on pages with
> > batching, because I know that it will sort only the current batch and
> > thus I know what to expect. But I know this may be confusing for some
> > users, and this is why it was disabled on such pages.
>
> Is there a secret knob to turn it back on per-user? ;-)
>

I'm afraid not. I tried to write a user css to enable it but it doesn't
seem to be possible because there's a javascript function that is executed
on page load which looks for tables with a class="sortable" and then change
the table's html to make them sortable, so we'd have to somehow add an
extra class to the tabe before the page is loaded.