View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007265 | mantisbt | bugtracker | public | 2006-07-06 16:15 | 2006-09-12 00:54 |
| Reporter | atomoid | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.0.1 | ||||
| Summary | 0007265: 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. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
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. |
|