View Issue Details

IDProjectCategoryView StatusLast Update
0005853mantisbtlocalizationpublic2009-01-15 11:26
Reportertslee Assigned Tosiebrand  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.2.0a3 
Summary0005853: [CJK] In CJK languages, 'Report Issue' pages, the width of the left column is too small.
Description

was: [ko] In Korean language and the 'Report Issue' page, the width of the table is too small.

In Korean Language, on these two pages,
bug_report_page.php
bug_report_advanced_page.php

the width of left column is Too small.
tested in both firefox/fedora core 3 and ms ie/windows 2000, the result is same.

Aha, I got something.
Summary, Description, Additional Information size is fixed and too large to my display(1024*768), I decrease these size, OK, It works. looks good.

105 to 72
<input tabindex="12" type="text" name="summary" size="72" maxlength="128" value="<?php echo $f_summary ?>" />

80 to 50
<textarea tabindex="13" name="description" cols="50" rows="10" wrap="virtual"><?php echo $f_description ?></textarea>

TagsNo tags attached.
Attached Files
Mantis-bug report.png (100,006 bytes)   
Mantis-bug report.png (100,006 bytes)   
before.png (11,397 bytes)   
before.png (11,397 bytes)   
after.png (10,522 bytes)   
after.png (10,522 bytes)   

Activities

achumakov

achumakov

2006-09-24 09:26

reporter   ~0013472

Could you please repost your attachment? It has been lost.

siebrand

siebrand

2008-10-08 08:38

developer   ~0019519

Resolved in r5640 by making the bug report table width 90% instead of 75% of the width of the brower window. There isn't a fool proof solution for this I can see at the moment, because we put stuff in a table and if strings are too long to fit, you run into trouble...

I added before/after screenshots.

Related Changesets

MantisBT: master a6e815d4

2008-10-08 08:38

siebrand


Details Diff
Fix 0005853: in CJK languages, 'Report Issue' pages, the width of the left column is too small.

Resolved by making the bug report table width 90% instead of 75% of the width of the brower window. There isn't a fool proof solution for this I can see at the moment, because we put stuff in a table and if strings are too long to fit, you run into trouble...

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5640 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0005853
mod - bug_report_page.php Diff File
mod - bug_report_advanced_page.php Diff File