Opened 11 years ago
Last modified 11 years ago
#11228 assigned enhancement
click on ticket raises a new browser window but we want a new tab page
Reported by: | anonymous | Owned by: | Chris Nelson |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: |
Description
Is there an option to let the tickets appear as new tab in the browser? Raising a new browser window is unexpected behavior and confuses nearly all members of my team.
Attachments (0)
Change History (9)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
I have this sort of working.
I think I need a Trac-jsGantt configuration option to choose between:
- Existing behavior
- Any click opens the ticket in a new window
- Click another, replace the window opened for the first
- Trac ticket link behavior (which, I think, is just browser behavior)
- Click replaces
- Shift click opens in new window
- Middle click (Chrome-derived browsers, only) opens in another tab
I think I'd default to the new behavior.
I don't see any way to have clicking open a new tab in a browser-independent way.
comment:6 follow-up: 7 Changed 11 years ago by
Yeah, works great with FF. What is the reason why you don't support middle click with FF?
comment:7 Changed 11 years ago by
Replying to falkb:
Yeah, works great with FF. What is the reason why you don't support middle click with FF?
I don't seem to be able to trap that event. Chrome seems to do some magic under the hood. I actually *test* *for* middle button but it doesn't do what I expect.
comment:8 Changed 11 years ago by
Chris, maybe this one helps: http://stackoverflow.com/questions/1930875/disabling-middle-click-scrolling-with-javascript
comment:9 Changed 11 years ago by
This should be doing the right thing in the current version. Please let me know.
Sorry, no; no such option yet.