Summary | New Message -> Attachment Button / Firefox 3 |
Queue | IMP |
Queue Version | 4.3.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | adrian (at) msys (dot) ch |
Created | 04/07/2009 (5971 days ago) |
Due | |
Updated | 01/13/2010 (5690 days ago) |
Assigned | |
Resolved | 04/13/2009 (5965 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Bug #8159: Don't need javascript - just use internal hrefhttp://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=3b5d35c0234ada7f4513ddb814f73b9a3467ec13&r2=aa83fe15b443812f5a3b3b4609741e23c0ca41f8
http://cvs.horde.org/diff.php/imp/compose.php?rt=horde&r1=2.800.2.123&r2=2.800.2.124&ty=u
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ 4.3.4
http://cvs.horde.org/diff.php/imp/compose.php?rt=horde&r1=2.800.2.122&r2=2.800.2.123&ty=u
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ New Message -> Attachment Button / Firefox 3
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
New Attachment: compose.php.diff
State ⇒ Unconfirmed
should make the browser scroll down to the "Attachments" Section in
case the browser window is too small to display the whole page, does
not work with Firefox 3.0.*, there seems to be some Problem with the
javascript in
<a href="#attachments" onclick="Field.focus('upload_1');return false;"
class="widget">
Firefox 2.0.* on both Windows XP and OpenBSD and IE 7 on WinXP work
fine. So I removed the Javascript part and it works fine on Firefox
3.0.*, 2.0.* and IE7. I think this is a minor bug since most people
have screens with a resolution that makes it unnecessary to scroll
anyway.