Bug #198
closedAskbot displaying problems
0%
Description
Hi,
As you can see at the next both images, re-sizing destroys the image size IE 11:
Attached the picture, which came in through QA feedback page and 2 test image made by myself...
@All: This is my forst redmine ticket, I hope I didn't destroy your workflow :)
Files
Updated by Alexander Werner about 10 years ago
- Status changed from New to Feedback
@Florian:
can you confirm if that problem still occurs as askbot was updated many times since the report of the bug.
Updated by Florian Effenberger almost 10 years ago
If you can confirm, we hand over to Evgeny, otherwise can close this bug
Updated by Florian Reisinger almost 10 years ago
I can confirm the problem with the 2 IE screenshots
Updated by Florian Effenberger almost 10 years ago
- Assignee set to Evgeny Fadeev
Assigning to Evgeny and poking him via e-mail
Updated by Florian Effenberger almost 10 years ago
- Status changed from Feedback to In Progress
Evgeny will check for this
Updated by Beluga Beluga almost 5 years ago
The squishing of the height happens when the browser window width is less than 961px. It is not dependent on IE11.
It is due to the box-sizing rule:@screen and (max-width: 960px)
- {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
The padding: 20px; affects it as well. I don't have a ready solution, but these are the ingredients.
Updated by Evgeny Fadeev over 4 years ago
Florian, this is a bigger issue. I am ready to take up on me the mobile theme fixes, can be done within 2 weeks time.
Updated by Florian Effenberger over 4 years ago
At the moment we unfortunately do not have additional budget available.
If this is an item that requires budget, please share the esimate with
me in private via e-mail, so I can have a look.
Updated by Evgeny Fadeev over 4 years ago
I am in the process of doing this, no worries about the budget, will follow up.
Updated by Beluga Beluga over 3 years ago
- Status changed from In Progress to Closed