ispCP - Board - Support
Ticket 486 - Pages too wide - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Ticket 486 - Pages too wide (/thread-995.html)

Pages: 1 2


Ticket 486 - Pages too wide - Cube - 07-18-2007 07:32 PM

Because each time I try to upload an attachment to a ticket I get an error, I decided to post them here.

So these attachments belong to ticket 486.


RE: Ticket 486 - Pages too wide - raphael - 07-19-2007 02:28 AM

hmm, I don't know what the others think, but I think this will be a wontfix.
IE has, and always will, suck at standards support (specially CSS).


RE: Ticket 486 - Pages too wide - RatS - 07-19-2007 03:20 AM

We can handle this task over to Henrik; in my mind it's a misuse of width:100%.


RE: Ticket 486 - Pages too wide - Cube - 07-19-2007 04:23 AM

raphael Wrote:IE has, and always will, suck at standards support (specially CSS).

But ignoring such a problem with the market leader is not a solution.
And it is also not fine blaming others for not supporting standards and not using them for oneself.
In ISPCP's HTML-code there aren't even such basics like doctypes (which also cause a better standards compliance in IE).


RE: Ticket 486 - Pages too wide - joximu - 07-19-2007 05:21 AM

Cube Wrote:
raphael Wrote:IE has, and always will, suck at standards support (specially CSS).

But ignoring such a problem with the market leader is not a solution.
And it is also not fine blaming others for not supporting standards and not using them for oneself.
In ISPCP's HTML-code there aren't even such basics like doctypes (which also cause a better standards compliance in IE).

Yes - I'd too would like to see a green "ok" Sign on my developer toolbar for the ispcp-Admin site... but IMHO this can be done after 1.0.0 - a version 1.0.1 which is W3C compliant and then we'll see what ie 7 can do with it.

/Joxi


RE: Ticket 486 - Pages too wide - BeNe - 07-19-2007 05:27 AM

Would be better for 1.0.1
Let us bring the RC3 out and we will see.
The GUI itself works and it is more a less an enhancement for the IE.
Ok - it is not nice this time but it works....or use use FireFox Wink

Greez BeNe


RE: Ticket 486 - Pages too wide - raphael - 07-19-2007 05:34 AM

I've anyways tough about adding the IE7 js lib so IE6 can correctly display the transparent pngs


RE: Ticket 486 - Pages too wide - Cube - 07-19-2007 05:41 AM

Yes, full standards compliance should be done later, there is a ticket for it already at milestone 1.1.0.
But a quick solution for RC3 or 1.0.0 for this special problem would be fine, because this is ugly and not very usable. When I have time i search for one.


RE: Ticket 486 - Pages too wide - joximu - 07-19-2007 08:17 AM

raphael Wrote:I've anyways tough about adding the IE7 js lib so IE6 can correctly display the transparent pngs

You mean the one from Dean Edwards?
http://dean.edwards.name/IE7/

This is really a good peace of js code!
We only had problems with windows pcs where the ie7 had been uninstalled. Then the conditional comments didn't know that an ie6 is running again...

/J


RE: Ticket 486 - Pages too wide - raphael - 07-19-2007 08:45 AM

joximu Wrote:You mean the one from Dean Edwards?
http://dean.edwards.name/IE7/
yes
joximu Wrote:We only had problems with windows pcs where the ie7 had been uninstalled. Then the conditional comments didn't know that an ie6 is running again...
well, we can't please everybody Rolleyes