[Trac-tickets] Re: [The Trac Project] #823: Trac breaks my browser's "UP" button

The Trac Project noreply at edgewall.com
Sun Apr 3 06:34:26 EDT 2005


#823: Trac breaks my browser's "UP" button
---------------------+------------------------------------------------------
       Id:  823      |      Status:  closed                  
Component:  browser  |    Modified:  Sun Apr  3 06:34:04 2005
 Severity:  normal   |   Milestone:  0.9                     
 Priority:  normal   |     Version:  0.8                     
    Owner:  jonas    |    Reporter:  Noah Slater             
---------------------+------------------------------------------------------
Changes (by cmlenz):

  * resolution:  => fixed
  * milestone:  => 0.9
  * status:  new => closed

Old description:

> If you are viewing a source file and you use the "Up" button provided by
> some browsers you get an error and a Python backtrace.
>
> Efectively what the "Up" button does is try to traverse one folder up in
> the sites heirachy.
>
> This should work and I think it is bad usability that it doesn't.
> Anything which breaks a user-agents expected behaviour is a Bad Thing in
> my opinion.

New description:

 If you are viewing a source file and you use the "Up" button provided by
 some browsers you get an error and a Python backtrace.

 Efectively what the "Up" button does is try to traverse one folder up in
 the sites heirachy.

 This should work and I think it is bad usability that it doesn't. Anything
 which breaks a user-agents expected behaviour is a Bad Thing in my
 opinion.

Comment:

 This has been fixed with the merging of the versioncontrol layer in
 [1413]. Both files and directories and now handled through the
 /browser/<path> URL. (The older /file/<path> style URLs are redirected for
 backwards compatibility).

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/823>
The Trac Project <>


More information about the Trac-Tickets mailing list