View Issue Details

IDProjectCategoryView StatusLast Update
0000593OXID eShop (all versions)4.03. 3rd party librariespublic2009-03-03 09:42
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.1.0 revision 17976 
Summary0000593: Article display
Descriptionthis bug is copied and pasted from
http://www.oxid-esales.com/de/resources/forum/templates-and-design/article-display-bug

When I display my articles in the admin-area in 1024x768 resolution, the tabs are scrolling up and down with my articles. They also hide the product which is behind the tabs.
Additional InformationTo fix this bug completely you have to change following things in the main.css:

.tabs {
position:fixed;
bottom:0;
border-collapse:collapse;
}

#liste {
padding:5px 0 32px;
}

This will still overlay the tabs, but you can now scroll to the bottom of the list - at least in Firefox, IE7 and Safari. On IE6 and IE5.5 the tabs will be shown at the bottom of the list. But they did this anyway in earlier versions. ;)
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Relationships

has duplicate 0000221 closeddainius.bigelis Admin profiles arent correct due to design changes 

Activities

There are no notes attached to this issue.