View Issue Details

IDProjectCategoryView StatusLast Update
0003878mantisbtbugtrackerpublic2004-07-07 20:09
Reportermatt_doran Assigned Toint2str  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0003878: Latest changes to CSS causes IE to display table cells centered
Description

The changes made to default.css (v1.11) by int2str on 24th May cause Internet Explorer to render tables with cells centered. This problem appears on a number of pages (report bug, login screen, etc). Mozilla Firebird does not have this problem.

(See attached screenshot)

It appears that the the tables are surrounded with a <div align="center"> which also causes all the text within the table cells to be centered unless there is a style that overrides this behaviour.

TagsNo tags attached.
Attached Files
Centered Cells in IE.jpg (43,321 bytes)   
Centered Cells in IE.jpg (43,321 bytes)   

Activities

int2str

int2str

2004-05-26 00:04

reporter   ~0005589

Last edited: 2004-05-26 00:06

Which version of Internet Explorer does this occur with?
I've tested with Internet Explorer 6 on Windows 2000 and could not reproduce the problem.

Update:
Nevermind, I see it now..

edited on: 05-26-04 00:06

int2str

int2str

2004-05-26 00:24

reporter   ~0005590

Fixed in CVS.

Related Changesets

MantisBT: master b048f486

2004-05-26 01:25

int2str


Details Diff
- Fix 0003878: Table cells are centered in Internet Explorer.
- Also removed title="" from bug link on the view issues page, since it's totally redundant there and costs a lot in terms of HTML page size.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2579 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0003878
mod - core/print_api.php Diff File
mod - view_all_inc.php Diff File
mod - css/default.css Diff File
mod - core/string_api.php Diff File