Flex Web Part browser compatibility problem resolution

Source: Internet
Author: User

Today, a day to find the compatibility of this project problem, fortunately, the effort is not a conscientious ah, have solved

There should be no compatibility issues with flex, but I do have a few problems with this Web application, which appears on the IE8 kernel computer, with some 360 browsers

First question:

Flex page display is not complete, because in my application requires a large area, so does not use adaptive size, set the Minwidth= "" "minheight=" 710 "two properties

However, in the 360 browser because the page is only about 610 visible height, so the rest of the display is not out, such as the blank area:


Workaround: Open index.template.html This file under the project's Html-template folder and add a row of meta tags <meta http-equiv= "x-ua-compatible" content= "ie=6 ; Ie=7;ie=8 "/>

Second question:

Login input Box text does not display the problem, when the user clicks Login, I will set the user and password input box's Enabled property to False, which is not available, in other browsers, there is no problem, but in some

360 the text in the browser will be hidden, this problem to find me an afternoon finally find out, I first wrote an input box to disable the test, found that is no problem, so I thought it would be a project of some reference caused by

So, I put the login this piece again, or will not appear, very wohuo ah, behind simply copy, all the same, or not, then suddenly think of which template file has added attributes, so we find the problem

Originally before, because do the right-click menu, I put the system's right-click menu to hide, in the index.template.html file has added params.wmode= "Transparent"; this attribute, it is good to remove it now.


The last question, is the evening after dinner came back to find, caused by the first problem, plus that row label, found unexpectedly added a layer of border, the following first picture is added after the border



Change the meta-tag of the first question to this one. <meta http-equiv= "x-ua-compatible" content= "Ie=edge", meaning to be compatible with the latest IE version mode

Because of the first problem, Mister said no solution, change typesetting, but now solved, Mister also said to change, heaven Ah!


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.