Opened 5 years ago
Closed 2 years ago
#599 closed defect (fixed)
Timetable menus should be on the right or the left?
Reported by: | jbenito | Owned by: | arescope |
---|---|---|---|
Priority: | critical | Milestone: | v1.1 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
conference timetable: the 'add new' drop down menu is now located far to the right... The complaint is the need to horizontally scroll to the right if the window is not full screen . Note: they specified that the reason for not having it full screen is because they are used to have two windows side by side: the email/word/... with the timetable to insert in Indico and the Indico window
Change History (13)
comment:1 Changed 5 years ago by jbenito
- Priority changed from normal to very low
comment:2 Changed 3 years ago by jbenito
- Milestone changed from v0.98.1 to v0.99.1
- Priority changed from very low to critical
comment:3 Changed 3 years ago by jbenito
- Milestone changed from v0.99.1 to v0.99.0
comment:4 Changed 3 years ago by arescope
- Owner set to arescope
- Status changed from new to assigned
comment:5 Changed 3 years ago by arescope
- Status changed from assigned to awaiting_merge
comment:6 Changed 3 years ago by pferreir
- Status changed from awaiting_merge to merging
comment:7 Changed 3 years ago by pferreir
- Status changed from merging to assigned
comment:8 Changed 3 years ago by pferreir
comment:9 Changed 3 years ago by jbenito
- Milestone changed from v0.99.0 to v1.0
comment:10 Changed 3 years ago by jbenito
- Milestone changed from v1.0 to v1.1
comment:11 Changed 2 years ago by jbenito
- Status changed from assigned to awaiting_merge
comment:12 Changed 2 years ago by jbenito
- Status changed from awaiting_merge to merging
comment:13 Changed 2 years ago by jbenito
- Resolution set to fixed
- Status changed from merging to closed
Note: See
TracTickets for help on using
tickets.
Putting the bar on the left causes problems with the "hour add" button, which is used by the drag&drop feature. Not only it doesn't work properly (the button displays on top of the menu), the whole thing looks a bit cluttered.
The solution would, then, be to keep the bar on the right bar and do the right thing: make the whole timetable relative-positioned/sized.
The code at:
https://github.com/pferreir/indico/tree/599-imp-tt-menu-left
Is already a good start, but it's still (very) buggy.