Project

General

Profile

Actions

Defect #6624

closed

Project horizontal menu layout doesn't wrap

Added by Hans Schmidt over 13 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2010-10-11
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The Screenshot defect.png show the defect.

My fix fix.PNG :
File: /redmine-root/app/views/layouts/base.rhtml
Add in line 52: <div style="clear: both;"></div>
Clears the float:left from main-menu / ul / li

  <div id="main-menu">
    <%= render_main_menu(@project) %>
  </div>
  <% end %>
+ <div style="clear: both;"></div>

Edit css:
#header {height:100%; margin:0; padding: 4px 8px 0px 6px; position:relative;}
#main-menu {margin-right: 0px; position: relative; left: 0px;}


Files

defect.png (60.3 KB) defect.png Layout defect Hans Schmidt, 2010-10-11 12:06
fix.PNG (23.5 KB) fix.PNG Layout fix Hans Schmidt, 2010-10-11 12:06

Related issues

Related to Redmine - Feature #12789: Redmine - design studyNew

Actions
Related to Redmine - Feature #10773: Support Nesting MenusNew

Actions
Related to Redmine - Feature #6984: Configure order/position and visbility of tabs in menuNew2010-11-25

Actions
Related to Redmine - Feature #10718: Advanced menu (main,context) configuration like order, aligment, grouping and behaviourNew

Actions
Related to Redmine - Patch #13892: Wraping Mainmenu on long menusClosed

Actions
Related to Redmine - Patch #20632: Tab left/right buttons for project menuClosedJean-Philippe Lang

Actions
Has duplicate Redmine - Defect #14526: Default Theme: Apparent strange behaviour with the main-menu when many submenus are addedClosed

Actions
Has duplicate Redmine - Defect #14489: Wrong CSS for large menuClosed

Actions
Actions #1

Updated by Felix Schäfer over 13 years ago

  • Category set to UI

I'm not sure if wrapping the tabs is the preferred way, most other tab bars have arrows left an right to navigate them. Anyway, I think it's more than time that we get a nested project menu, and maybe even put it in a left sidebar rather than atop the project.

Actions #2

Updated by Jean-Baptiste Barth over 13 years ago

It's partially related to my request at #6271. +1 for Felix comment anyway, too many tabs at the same level on the top is not so good...

Actions #3

Updated by Terence Mill over 13 years ago

+1 for any solution handling the problem

Actions #4

Updated by Mischa The Evil over 13 years ago

Felix Schäfer wrote:

[...] and maybe even put it in a left sidebar rather than atop the project.

This can be achieved using my Collapse plugin. It has a feature to render the project-menu inside the added sidebar instead of atop of the project.

Note: The plugin isn't compatible with recent Redmine versions. An updated version is on his way... ;)

Actions #5

Updated by Terence Mill about 13 years ago

would be nice if this patch can be included in next version. At the momemnt the layout is kind of static and not growing with scrren size.

Actions #6

Updated by Terence Mill almost 11 years ago

Why is this still nlot fixed?

Actions #7

Updated by Daniel Felix almost 11 years ago

Another idea would be to create a breadcrumb menu, which lies above the project menu and has more space. But I encounter this misbehaviour too.

I add a relation to #12789.

Actions #8

Updated by Etienne Massip almost 11 years ago

  • Subject changed from Layout defect to Project horizontal menu layout doesn't wrap
  • Status changed from New to Confirmed
  • Target version set to Candidate for next minor release
Actions #9

Updated by Terence Mill almost 11 years ago

related to

  • Support Nesting Menus #10773
  • Configure order/position and visbility of tabs in menu #6984
  • Advanced menu (main,context) configuration like order, aligment, grouping and behaviour #10718
Actions #10

Updated by Mischa The Evil over 10 years ago

  • Has duplicate Defect #14526: Default Theme: Apparent strange behaviour with the main-menu when many submenus are added added
Actions #11

Updated by Toshi MARUYAMA over 10 years ago

Actions #12

Updated by Jan S about 10 years ago

While a complete overhaul of the menu would be nice, I think applying this little fix in the next minor release would help people right now. Seeing this has been an issue for more than 3 years now, I'd rather like to have a little fix restoring functionality right now rather than waiting for the better "complete overhaul" solution for a possibly long, unknown time.

Actions #13

Updated by Go MAEDA over 7 years ago

  • Related to Patch #20632: Tab left/right buttons for project menu added
Actions #14

Updated by Go MAEDA over 7 years ago

  • Status changed from Confirmed to Closed
  • Target version deleted (Candidate for next minor release)
  • Resolution set to Fixed

Resolved by #20632 in a different solution.
Redmine 3.3.0 has tab left/right buttons in project menu.

Actions

Also available in: Atom PDF