Author |
Topic |
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 26 Apr 2011 : 19:30:29
|
IE9 unfortunately doesn't work under XP For me personally that doesn't matter too much. But I will have a look at google about that problem. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 26 Apr 2011 : 19:44:44
|
I don't know if that helps: (http://us.generation-nt.com/answer/bug-ms-gradient-fails-ie8-strict-mode-help-123232421.html)
quote: The custom Microsoft Gradient filter does not display as expected in strict IE8 mode when the style includes a background color, using Internet Explorer 8.0.6001.18702 on Windows XP SP3. The gradient works in IE7 mode, or if the element does not have a background color, or if the element is a button.
See the extended example below.
<html>
<head>
<title>Gradient test in IE</title>
<meta http-equiv="X-UA-Compatible" content="IE=8">
<style type='text/css'>
.grad
{
color:yellow;
filter:progid:DXImageTransform.Microsoft.Gradient
(GradientType=0,StartColorStr='white',EndColorstr='blue');
background-color:green;
}
</style>
</head>
<body>
<h1>Gradient test</h1>
This is a test for a bug in Internet Explorer 8.
We expect to see a blue gradient instead of a green block in the table.
This works if you change IE=8 to IE=7 for X-UA-Compatible
*or* remove the background-color from the stylesheet.
(You must also allow "active content".)
<table class="grad" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr height="55"><td>Hello, world!</td></tr>
</table>
Note that buttons have gradient in IE8 mode even with a background color:<br>
<input type="submit" value="Hello, world!" class="grad">
</body> </html>
- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane.
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 26 Apr 2011 : 19:49:03
|
You could downgrade to IE7... That shouldn't have this bug...
Or you could try this one... That additionally a special declaration for IE8, but I don't believe that this helps in your case...
http://www.mediafire.com/?32prbo9b3h9c5g3
Strict mode isn't used on the document normally, it's in quirks mode written. |
Edited by - Prinz on 26 Apr 2011 19:50:19 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 26 Apr 2011 : 19:57:47
|
IT WORKS !!! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 26 Apr 2011 : 20:03:45
|
Just to be clear. The modified general_functions.js works? Or did you downgrade, fix something yourself from the quote??? |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 26 Apr 2011 : 20:14:53
|
Your modded general_functions.js has done it! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 26 Apr 2011 : 20:30:34
|
IE is sometimes really strange... that additional declaration is only for the IE8.
IE6, IE7 and IE9 need the other one... (All other browsers would need again 2 other declarations) |
Edited by - Prinz on 26 Apr 2011 20:30:57 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 26 Apr 2011 : 20:36:47
|
Fortunately XMM is only IE based... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 26 Apr 2011 : 21:14:37
|
Big *ROFL* The bar now works great - until you have a movie that's bottom scroll position let see only a part of the bar. On scrolling back the fill disappears again. But fortunately on next movie it is okay again. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 26 Apr 2011 : 21:50:57
|
- Added the IE8 fix - Added the IMDB C8 Link - Fixed Aka titles if no release dates/certification are in the c9 field
http://www.mediafire.com/?9wab6fy4lw33yj6
@JDommi
Shoot the IE8 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 26 Apr 2011 : 22:04:51
|
<--- Getting the pump gun |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 26 Apr 2011 : 22:30:05
|
Just as a test you could replace the following line in head section of the movie_bigcover.html file:
<meta http-equiv="Content-Type" content="text/html;">
with:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Maybe it helps... |
|
|
Radioactive
New Member
94 Posts |
Posted - 26 Apr 2011 : 22:31:41
|
hy could you add to the mpaa.js that the fsk logo ab 0 jahre is visible when in the fsk is "o.A" (ohne altersbeschränkung) becuase i think it nicer than ab 0 Jahre
and could you please put the fsk logo etc a litte higher to the title so you see on the first view for with age the movie is |
Edited by - Radioactive on 26 Apr 2011 22:34:41 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 26 Apr 2011 : 22:50:13
|
Thx, Prinz, but that doesn't change anything. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 26 Apr 2011 : 22:57:04
|
This is "just" a layout fix for some cases
http://www.mediafire.com/?gygzcpds7zwi4g2
@JDommi
Sorry then I can't help you. The IE8 breaks so many things (changed many CSS stuff) ... |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 27 Apr 2011 : 07:13:38
|
As that happens now realy rare it doesn't matter ;) The modded js has already done the most for me! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 27 Apr 2011 : 12:15:56
|
I will try after work @home! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 27 Apr 2011 : 12:24:25
|
What do you think about adding this code to your settings window? Translation could be copied to clipboard to be saved.
<html>
<head>
<title>Unicode text to HTML Entities and Vice Versa</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
/* <![CDATA[ */
textarea {
width: 100%;
height: 20em;
}
/* ]]> */
</style>
<script type="text/javascript">
/* <![CDATA[ */
/**
Created by Aidas Bendoraitis aka Archatas
toggle() is a function for toggling between Unicode text and HTML entities
*/
function toggle() {
var objSomeText = document.getElementById("someText");
if (objSomeText.value) {
oDiv = document.createElement("DIV");
if (objSomeText.value.match(/&.+?;/gim)) {
oDiv.innerHTML = objSomeText.value;
objSomeText.value = oDiv.innerText || oDiv.firstChild.nodeValue;
} else {
objSomeText.value = symbolsToEntities(objSomeText.value);
}
}
}
/**
symbolsToEntities() is a function converting Unicode text to HTML entities
*/
function symbolsToEntities(sText) {
var sNewText = "";
var iLen = sText.length;
for (i=0; i<iLen; i++) {
iCode = sText.charCodeAt(i);
sNewText += ((iCode > 128 || iCode == 32)? "#" + iCode + ";": sText.charAt(i));
}
return sNewText;
}
/* ]]> */
</script>
</head>
<body>
<p>Input your translations here:<br />
<textarea id="someText">Here have to be the original (english) phrases
</textarea>
</p>
<p>
<button onclick="toggle()">Change</button>
</body>
</html>
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 27 Apr 2011 : 12:24:45
|
Ok. If that file should work I also would like the to know what String you get if you add :
alert(navigator.userAgent);
somewhere in the movie_bigcover.htm |
|
|
Topic |
|
|