[Tickets #741] RESOLVED: Page Reload on Tab Click
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon Nov 1 15:07:23 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=741
-----------------------------------------------------------------------
Ticket | 741
Updated By | mbydalek at mobilemini.com
Summary | Page Reload on Tab Click
Queue | Horde Framework
State | Resolved
Priority | 1. Low
Type | Bug
Owners | Jan Schneider
-----------------------------------------------------------------------
mbydalek at mobilemini.com (2004-11-01 15:07) wrote:
Finally had some more time to look at it, and fixing all the references to
href="" fixed a *lot* of display errors and behaviors. I'm not sure if you
would like patches, but just doing these did the trick:
for i in `grep -rH "Horde::link(''" * | awk 'BEGIN {FS=":"} {print $1}'`; do
perl -pi -e "s/Horde::link\(''/Horde::link\('#'/;" $i; done
for i in `grep -rH 'href=""' * | awk 'BEGIN {FS=":"} {print $1}'`; do perl
-pi -e 's/href=""/href="#"/;' $i; done
More information about the bugs
mailing list