Bug #2207
Internet Explorer render issue
Start date:
05 Aug 2013
Due date:
31 May 2014
% Done:
100%
Redmine version:
External issue:
Description
When using Internet Explorer (had to for testing) I noticed this issue.
I use Redmine. I changed contact_form/assets/javascripts/contact_jquery.js from:
$('form .box.tabular').last().prepend(contact_form);
to:
$('form .box.tabular').last().append(contact_form);
and the issue is gone. This puts the item last in the list and fixes the issue for now.
Related issues
Associated revisions
History
#1 Updated by Johnny Tide over 11 years ago
#2 Updated by Andriy Lesyuk about 11 years ago
- Target version set to 0.1.1
#3 Updated by Andriy Lesyuk about 11 years ago
- Status changed from New to Open
#4 Updated by Andriy Lesyuk over 10 years ago
- Due date set to 31 May 2014
- Status changed from Open to Closed
- Assignee set to Andriy Lesyuk
- % Done changed from 0 to 100
Thanks, Johnny!