View Issue Details

IDProjectCategoryView StatusLast Update
0007265mantisbtbugtrackerpublic2006-09-12 00:54
Reporteratomoid Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.1 
Summary0007265: bug view page table sizing
Description

Viewing "view_all_bug_page.php", with the tag to preview attached images on (for instance, in config_inc.php i have: $g_preview_attachments_inline_max_size = '1000000';)

The result is that the bug info table sizes to fit the imjage width, so if the image is wide you have to scroll to the right to see the description lines. This only occurs with the top table that contains the initial bug data.

Opposed to this is the bottom table ("Notes" field), below which sizes to fit the current broswer window width, so all text is readable with madly srolling around.

This bug serves as an example test case, i attached a wide image 1400x44). if this database is set to preview the image attachments like above, then the issue will be apparent.

Additional Information

Sicne the top table also contains the attached image, this is why the problem occurs.

Suggest the attachement part to have its own table, which should fix the problem.

TagsNo tags attached.
Attached Files
1400w-44h.PNG (1,116 bytes)   
1400w-44h.PNG (1,116 bytes)   

Relationships

duplicate of 0006252 closedvboctor Control over display size of inlined images 

Activities

atomoid

atomoid

2006-07-06 16:18

reporter   ~0013078

yes, the show attachemnts inlien is turned on, so here is a long added note, note how the notes table wraps to fit the widnwos width, while the top frame containing the image doesnt. thats it. if the attachemnts field were instead made to populate a separate table that should fix the problem. otherwise, if the images could resize to fit the width that would be great too, i think there is another bug writ up on that somewhere in this db as i recall.