| Summary | Menu item "Print" is incorrectly styled as "current" |
| Queue | Nag |
| Queue Version | 2.1.4 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | |
| Requester | morgan (at) orst (dot) edu |
| Created | 01/29/2008 (6491 days ago) |
| Due | |
| Updated | 01/29/2008 (6491 days ago) |
| Assigned | |
| Resolved | 01/29/2008 (6491 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Menu item "Print" is incorrectly styled as "current"
Queue ⇒ Nag
CSS class to "current" (button depressed) for the "Print" menu item as
well. This happens because the isSelected test on the url returns
true (both items have a base url of nag/list.php). I'm not sure what
the correct fix is, but I think adding a '__noselection' argument to
the print link's $menu->add() will work.