| Summary | Message headers (pop up) are incorret |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | goncalo.queiros (at) portugalmail (dot) net |
| Created | 03/30/2011 (5338 days ago) |
| Due | |
| Updated | 03/30/2011 (5338 days ago) |
| Assigned | |
| Resolved | 03/30/2011 (5338 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
Bug #9750: Fix positioning of hovered address elements2 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/6a7dd7c9a59af8812918229836ae53fdf6c56c1f
Bug #9750: Don't replace TD with its father elementSigned-off-by: Michael M Slusarz <slusarz@curecanti.org>
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8f3a073f9e93b9d8d3452fb9869fea932f300e31
Priority ⇒ 1. Low
New Attachment: patches.zip
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Message headers (pop up) are incorret
Type ⇒ Bug
State ⇒ Unconfirmed
etc) will be incorrect, because a TD is replaced by its parent TR.
Attached patch.
There's also an issue with messages that have multiple To: addresses;
if you click the last address it will jump to the line bellow. It
seems to have something to do with the a.address:hover... Also
submitted a patch, but this one i don't know if you want to solve it
this way