Bug #198
closed
Askbot displaying problems
Added by Florian Reisinger almost 11 years ago.
Updated over 3 years ago.
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
- 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.
If you can confirm, we hand over to Evgeny, otherwise can close this bug
I can confirm the problem with the 2 IE screenshots
- Assignee set to Evgeny Fadeev
Assigning to Evgeny and poking him via e-mail
- Status changed from Feedback to In Progress
Evgeny will check for this
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.
https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing
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.
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.
I am in the process of doing this, no worries about the budget, will follow up.
- Status changed from In Progress to Closed
Also available in: Atom
PDF