6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/29/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#902] Menu Fix
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. . __ .__..__ | ||\ |/ `[__][__) |__\| \|\__.| |[__)
Comment
> think i reversed the diff, lets try this again: > > > > 1) diff templates/portal/sidebar.inc.orig templates/portal/sidebar.inc.new > > > > 1,2c1,2 > > < <div id="expandedSidebar"> > > < <div id="menu"> > > --- > >> <div id="expandedSidebar" style="width: width:<?php if >> ($GLOBALS['browser']->hasQuirk('scrollbar_in_way')) { echo >> isset($prefs) ? ($prefs->getValue('sidebar_width')-35) : 133; } else >> { echo isset($prefs) ? ($prefs->getValue('sidebar_width')-50) : 150; >> } ?>; overflow: hidden; padding: 0; margin: 0;"> > >> <div id="menu" style="width: width:<?php if >> ($GLOBALS['browser']->hasQuirk('scrollbar_in_way')) { echo >> isset($prefs) ? ($prefs->getValue('sidebar_width')-35) : 133; } else >> { echo isset($prefs) ? ($prefs->getValue('sidebar_width')-50) : 150; >> } ?>; overflow: hidden; padding: 0; margin: 0;"> > > 22d21 > > < </div> > > 24,26c23,24 > > < <!--a75c305b1c0a6022--><table cellspacing="0" width="100%"> > > < <tr> > > < <td valign="top" id="sidebarPanel" width="100%" colspan="2"> > > --- > >> </div> > >> <div id="sidebarPanel" style="overflow: hidden; width: width:<?php >> if ($GLOBALS['browser']->hasQuirk('scrollbar_in_way')) { echo >> isset($prefs) ? ($prefs->getValue('sidebar_width')-35) : 133; } else >> { echo isset($prefs) ? ($prefs->getValue('sidebar_width')-50) : 150; >> } ?>; text-overflow:ellipsis; white-space:nowrap;"> > > 28,31c26 > > < </td> > > < <td> </td> > > < </tr> > > < </table> > > --- > >> </div> > > > > > > 2) diff templates/javascript/tree.js.orig templates/javascript/tree.js.new > > > > 165c165 > > < var line = '<div style="height:20px; clear:both"' + className + '>'; > > --- > >> var line = '<div style="height:20px; clear:both; >> text-overflow:ellipsis; overflow:hidden; white-space:nowrap; >> width:<?php if ($GLOBALS['browser']->hasQuirk('scrollbar_in_way')) { >> echo isset($prefs) ? ($prefs->getValue('sidebar_width')-35) : 133; } >> else { echo isset($prefs) ? ($prefs->getValue('sidebar_width')-50) : >> 150; } ?>;' + className + '>'; > > 175,176c175,176 > > < style = 'float:left;'; > > < if (this.header[column] && this.header[column]['width']) { > > --- > >> style = 'float:left; text-overflow:ellipsis; >> overflow:hidden; white-space:nowrap; width:<?php if >> ($GLOBALS['browser']->hasQuirk('scrollbar_in_way')) { echo >> isset($prefs) ? ($prefs->getValue('sidebar_width')-35) : 133; } else >> { echo isset($prefs) ? ($prefs->getValue('sidebar_width')-50) : 150; >> } ?>;'; > >> /*if (this.header[column] && this.header[column]['width']) { > > 178c178 > > < } > > --- > >> }*/ > > 262d261 > > < alert(line); > > 475c474 > > < document.body.style.marginRight = '15px'; > > --- > >> document.body.style.marginRight = '0px';
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers