FCKeditor not working in IE10

At first the editor wasn't appearing at all on pages where it should have been.  After modifying the fckconfig.js file by changing
var sBrowserVersion = navigator.appVersion.match(/MSIE (.\..)/)[1] ;
to
var sBrowserVersion = navigator.appVersion.match(/MSIE ([\d.]+)/)[1] ;
the editor appears but the textarea does not accept input.

Jennifer,
I found that the problem comes with IE10 "Compatability" mode. If there is a "split paper" icon up next to the magnifying glass in the browser navigation field, click on that.  If not (mine doesn't show it), go to the tools icon (looks like a gear) in the upper right of your screen.  Click on F12 Developer.  A menu will show up at the bottom of your screen.  Click on Browser Mode.  You can then change in or out of compatibility mode.  I found that my build worked perfectly when I was looking at it in the correct mode.  Sad, though, that many people will never see it as it is meant to be due to having to take extra steps.  I would guess most of the general public has NO idea what that little split page icon at the top of their screen is for!

Similar Messages

  • Robohelp 9 with patch - Not working with IE10

    Hi,
    We have a problem with webhelp generated from RoboHelp 9 when viewing with Internet Explorer 10. We can't open a topic on the left or open a search result, until we either :
    A) Resize the window
    B) Resize the splitter between contents and the content pane on the right
    C) Open the dev tools via F12
    We have installed the patch provided by adobe for existing webhelp generated by RH9 at the following address :
    http://abak09.abaksoftware.com/AbakWeb7700/Extras/Help/EN/
    I have also tried to install RH10 and generate the project again, but the same issue occurs.
    I don't know what else to look for, the problems are what the patch was released for, but it is not working in our case.

    We are reproducing with Windows 8 Pro 64bit, with Internet Explorer 10 (Update version 10.0.3).
    I see on your website the snippet "Topics not opening in IE10.". On our web server, we add the IE8 compatibility tag for our web application to work correctly. I have created a new site without this tag and the fix is working.
    Thanks a lot for your help

  • Image Buttons Not Working in IE10 Normal Mode

    Hi Team,
    Greetings of the Day!! We are supporting a project which included the technologies "ADF , BPEL , AIA , SOA".
    We have a page developed in ADF and the page contains TABS.
    We have a LOV which have 'Add Product' as one of the value.
    When we click try to Configure the Line for a particular Product it is redirecting dmz-server where we have 'YES/NO' Buttons but this buttons are not working in IE-10 Normal mode and in other browsers buttons are working fine.
    Could some one please help me on this.
    Thanks

    For that matter, the "return to menu" which is set to a Main button type, isn't working either.  that is one of the three.  After i had removed the damaged button and copied it from another it worked.  Then i simply edited the text of a different button (mind you one that still works) and the "return to menu" quit along with the bottom 2 buttons.  I just can't figure it out.  I have shut the app down and restarted and nothing seems to be working

  • PSD button not working in ie10

    the rollover is working but the down click isnt switching the image. I am using the layered psd button and have check all images to make sure everything is right. It does work in preview thru muse and does work in preview view site in browser but not after i upload the site to myhost. it doesnt work.
    It does work in google chrome though. the site is dwightkeener.com. the rollover click is my portrait top left corner
    Thanks

    Jennifer,
    I found that the problem comes with IE10 "Compatability" mode. If there is a "split paper" icon up next to the magnifying glass in the browser navigation field, click on that.  If not (mine doesn't show it), go to the tools icon (looks like a gear) in the upper right of your screen.  Click on F12 Developer.  A menu will show up at the bottom of your screen.  Click on Browser Mode.  You can then change in or out of compatibility mode.  I found that my build worked perfectly when I was looking at it in the correct mode.  Sad, though, that many people will never see it as it is meant to be due to having to take extra steps.  I would guess most of the general public has NO idea what that little split page icon at the top of their screen is for!

  • PAC file not working in IE10

    I recently upgraded to IE10 on my Windows 7 machine on our network, however IE seems to ignore the PAC file. It works on other machines which are running IE9, just not IE10.
    I also have a Windows 8 machine with IE10 and it doesn't seem to work either.

    This issue has started cropping up in my environment as well
    I have a pac file set on a webserver location (hosted in the cloud with no authentication for our source addresses). 
    I've checked the temporary internet files location and stuff is downloaded and saved there. What I see is the following 
    IE doesn't work, however the pac url is reachable. I run a wireshark and I see the pacfile retrieved and it passes the javascript to IE (the pac file is also downloaded). However IE never sends any requests to either of the 2 proxies, it just attempts direct
    connection.
    Further, for the rest, Chrome and any other app that uses IE settings for it's proxy info just continue to work no problems.
    Also with the exact same setup on IE9, no issues (whole company runs like this) if we were to upgrade the org to IE10, nobody would have internet anymore. Anybody found a fix?! 
    So far the warnings about this stuff I've found is 
    file based pac file support is deprecated -> host it on a web server - check. We do this, so this isn't it
    the temp file issue outlined above. I've checked temp file location, it's set, it's working and it's grabbing the pac file.
    so far as I can conclude at the moment is that IE10 has just stopped interpreting pac files. which is odd, because this has just started occuring in the last week with no environment changes. Something in a windows update?
    EDIT: while trying various options I found resetting the Internet explorer from advanced tab in internet options seemed to fix my issue. I'll leave the above here anyway as a 'working config'.

  • Acrobat X not working with IE10

    Recently upgraded my OS from WIN7 to WIN8. Acrobat X working OK stand-alone on my WIN8 64-bit system.
    When called from IE10 to open a pdf document from a website, IE10 terminates with a "Internet Explorer has stopped working" message. Settings and add-ins appear to be OK.

    Acrobat X works fine when launched stand-alone. Pdfs open as expected.
    Acrobat being launched from IE-10 is where the problem occurs.
    Don't think I am using 32-bit IE-10, but how can I tell? I see no 32/64
    designation one way or the other in "about IE-10". I just went to WIN8  a
    week or so ago, and It is a WIN8 64-bit upgrade. Seems to me that that IE
    version should be consistent with the Win8 version as a by-product of the
    upgrade.
    AAX files, as I understand them, are audio files which I do not use.
    Bob Brandenstein

  • Multiple file upload not working in IE10 and IE11

    Hi,
    As per the UI5 documentation( https://sapui5.hana.ondemand.com/sdk/#test-resources/sap/ui/commons/demokit/FileUploader.html) , UI5 supports multiple file uploading for IE10 and IE11. I set the "multiple: true" flag in the fileuploader example page and the file browser dialog is not allowing to select multiple files. Does UI5 provide multi file upload support for IE10 and IE11 or am i missing anything ?
    regards
    Raja

    Huh?
    Your problem makes no sense. The filename is included with the upload so that the server knows what the file was originally called. Are you running the JSP locally and reading the file directly off the hard drive??
    I note also that you aren't using a multipart form, which is required to upload a file.
    <form action="uploadFile.jsp" method="post" enctype="multipart/form-data">
      <input type="file" name="upload" value="<%= fileName %>" />
    </form>You'll need to use the Jakarta Commons FileUpload class to correctly process a form encoded with "multipart/form-data" or getParameter("xxx") will return null. You can also use the older com.oreilly.servlet.MultipartForm or whatever it's called. I'm pretty certain that the Jakarta Commons obsoletes all the COS classes.
    Brian

  • Site Editor not working in IE10

    Hi,
    A client of mine if having trouble using the Site Editor in IE10. He said it opens to a white screen that just says "site editor" in the middle. Has anyone had issues with this, or know if this is a system glitch?
    Thanks!

    Sorry, I'm confused. Your first post says it's about PSE 11.
    For older versions, hold down ctrl+alt+shift (command+option+shift on a mac). Keep the keys down till you see a window asking if you want to delete the settings file. You do.

  • Content search webpart in sharepoint 2013 paging is not not working for anonymous users on IE9, IE10 and Firefox

    Dear All,
     Issue in CQWP paging on IE9, IE10 and Firefox
    We have created CQWP in SharePoint 2013 for images rollup and its paging perfectly working for authenticated users on all browsers but it’s not working on public facing site for specific browser
     while we are trying to click on paging getting 
    something went wrong and correlation  with correlation id
    We did log analysis and getting different kind of problem description on every click some time contents authentications error, sometime memory
    Once I put webpart inside the  <!--MS:<ZoneTemplate>--> its completely stop working
      so we placed webpart outside  <!--MS:<ZoneTemplate>--> currently
    Strange point is its working on IE11. Please help us its highly appreciated
    Code Details :
    <div data-name="WebPartZone">
    <!--CS: Start Web Part Zone Snippet-->
    <!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <div xmlns:ie="ie">
    <!--MS:<WebPartPages:WebPartZone runat="server" AllowPersonalization="false" ID="x5d2d1828b2b44612974f72caded2bcd3" FrameType="TitleBarOnly" Orientation="Vertical">-->
    <!--MS:<ZoneTemplate>-->
    <!--ME:</ZoneTemplate>-->
    <!--ME:</WebPartPages:WebPartZone>-->
    </div>
    <!--CE: End Web Part Zone Snippet-->
    <!--CS: Start Content Search Snippet-->
    <!--SPM:<%@Register Tagprefix="spsswc" 
    Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>-->
    <!--SPM:<%@Register Tagprefix="a2e8ead9d" 
    Namespace="Microsoft.Office.Server.Search.WebControls" Assembly="Microsoft.Office.Server.Search, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>-->
                            <!--MS:<spsswc:ContentBySearchWebPart runat="server" AlwaysRenderOnServer="False"
    ResultType="" NumberOfItems="12" DataProviderJSON="{&#34;QueryGroupName&#34;:&#34;Default&#34;,&#34;QueryPropertiesTemplateUrl&#34;:&#34;sitesearch://webroot&#34;,&#34;IgnoreQueryPropertiesTemplateUrl&#34;:false,&#34;SourceID&#34;:&#34;8413cd39-2156-4e00-b54d-11efd9abdb89&#34;,&#34;SourceName&#34;:&#34;Local
    SharePoint Results&#34;,&#34;SourceLevel&#34;:&#34;Ssa&#34;,&#34;CollapseSpecification&#34;:&#34;&#34;,&#34;QueryTemplate&#34;:&#34;path:\&#34;http://thepubauth.viacom.com/sites/vh1press/Shows/Show assets\&#34;
    PictureURL:\&#34;/sites/vh1press/Shows/Show assets/{Page.ID}/\&#34; (ContentTypeId:0x0101009148F5A04DDD49cbA7127AADA5FB792B00AADE34325A8B49cdA8BB4DB53328F214* OR ContentTypeId:0x010102*)&#34;,&#34;FallbackSort&#34;:[{&#34;p&#34;:&#34;LastModifiedTime&#34;,&#34;d&#34;:1},{&#34;p&#34;:&#34;Title&#34;,&#34;d&#34;:0}],&#34;FallbackSortJson&#34;:&#34;[{\&#34;p\&#34;:\&#34;LastModifiedTime\&#34;,\&#34;d\&#34;:1},{\&#34;p\&#34;:\&#34;Title\&#34;,\&#34;d\&#34;:0}]&#34;,&#34;RankRules&#34;:null,&#34;RankRulesJson&#34;:&#34;null&#34;,&#34;AsynchronousResultRetrieval&#34;:false,&#34;SendContentBeforeQuery&#34;:true,&#34;BatchClientQuery&#34;:true,&#34;FallbackLanguage&#34;:-1,&#34;FallbackRankingModelID&#34;:&#34;&#34;,&#34;EnableStemming&#34;:true,&#34;EnablePhonetic&#34;:false,&#34;EnableNicknames&#34;:false,&#34;EnableInterleaving&#34;:false,&#34;EnableQueryRules&#34;:true,&#34;EnableOrderingHitHighlightedProperty&#34;:false,&#34;HitHighlightedMultivaluePropertyLimit&#34;:-1,&#34;IgnoreContextualScope&#34;:true,&#34;ScopeResultsToCurrentSite&#34;:false,&#34;TrimDuplicates&#34;:false,&#34;Properties&#34;:{&#34;TryCache&#34;:true,&#34;Scope&#34;:&#34;{Site.URL}&#34;,&#34;ListId&#34;:&#34;00000000-0000-0000-0000-000000000000&#34;,&#34;UpdateLinksForCatalogItems&#34;:true,&#34;EnableStacking&#34;:true},&#34;PropertiesJson&#34;:&#34;{\&#34;TryCache\&#34;:true,\&#34;Scope\&#34;:\&#34;{Site.URL}\&#34;,\&#34;ListId\&#34;:\&#34;00000000-0000-0000-0000-000000000000\&#34;,\&#34;UpdateLinksForCatalogItems\&#34;:true,\&#34;EnableStacking\&#34;:true}&#34;,&#34;ClientType&#34;:&#34;ContentSearchRegular&#34;,&#34;UpdateAjaxNavigate&#34;:true,&#34;SummaryLength&#34;:180,&#34;DesiredSnippetLength&#34;:90,&#34;PersonalizedQuery&#34;:false,&#34;FallbackRefinementFilters&#34;:null,&#34;IgnoreStaleServerQuery&#34;:false,&#34;RenderTemplateId&#34;:&#34;DefaultDataProvider&#34;,&#34;AlternateErrorMessage&#34;:null,&#34;Title&#34;:&#34;&#34;}"
    BypassResultTypes="True" ItemTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Content Web Parts/DT_Images.js" GroupTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Content Web Parts/Group_Content.js"
    ResultsPerPage="9" SelectedPropertiesJson="[&#34;PublishingImage&#34;,&#34;PictureURL&#34;,&#34;PictureThumbnailURL&#34;,&#34;Path&#34;,&#34;Title&#34;,&#34;Description&#34;,&#34;SecondaryFileExtension&#34;,&#34;ContentTypeId&#34;]"
    HitHighlightedPropertiesJson="[&#34;Title&#34;,&#34;Path&#34;,&#34;Author&#34;,&#34;SectionNames&#34;,&#34;SiteDescription&#34;]" AvailableSortsJson="null" ShowBestBets="False" ShowPersonalFavorites="False"
    ShowDefinitions="False" ShowDidYouMean="False" PreloadedItemTemplateIdsJson="null" QueryGroupName="Default" RenderTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Content Web Parts/Control_ListWithPaging.js"
    StatesJson="{}" ServerIncludeScriptsJson="null" Title="Content Search" FrameType="None" SuppressWebPartChrome="False" Description="&#60;%$Resources:Microsoft.Office.Server.Search,CBS_Description;%&#62;"
    IsIncluded="True" ZoneID="ImportedPartZone" PartOrder="0" FrameState="Normal" AllowRemove="True" AllowZoneChange="True" AllowMinimize="True" AllowConnect="True" AllowEdit="True"
    AllowHide="True" IsVisible="True" DetailLink="" HelpLink="" HelpMode="Modeless" Dir="Default" PartImageSmall="" MissingAssembly="&#60;%$Resources:core,ImportErrorMessage;%&#62;"
    ImportErrorMessage="&#60;%$Resources:core,ImportErrorMessage;%&#62;" PartImageLarge="" IsIncludedFilter="" ExportControlledProperties="True" ConnectionID="00000000-0000-0000-0000-000000000000" ID="g_9f61c988_228e_4f91_8d67_04314f144f48"
    ChromeType="None" ExportMode="All" __MarkupType="vsattributemarkup" __WebPartId="{9f61c988-228e-4f91-8d67-04314f144f48}" WebPart="true" Height="" Width="">-->
    <!--ME:</spsswc:ContentBySearchWebPart>-->
    <!--PS: Start of READ-ONLY PREVIEW (do not modify)--><div ms-webpart-chrome-fullWidth "><div webpartid="00000000-0000-0000-0000-000000000000" haspers="true" id="WebPartWPQ1" width="100%" noindex
    " onlyformepart="true" allowdelete="false" ><div style="display: none;"></div><div componentid="ctl00_ctl00_PlaceHolderMain_ComponentMain_ComponentPropertyGrids_g_9f61c988_228e_4f91_8d67_04314f144f48_csr"
    id="ctl00_ctl00_PlaceHolderMain_ComponentMain_ComponentPropertyGrids_g_9f61c988_228e_4f91_8d67_04314f144f48_csr" style="display: none;"></div><noscript>&lt;div id="ctl00_ctl00_PlaceHolderMain_ComponentMain_ComponentPropertyGrids_g_9f61c988_228e_4f91_8d67_04314f144f48_noscript"&gt;It
    looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.&lt;/div&gt;</noscript><div id="ctl00_ctl00_PlaceHolderMain_ComponentMain_ComponentPropertyGrids_g_9f61c988_228e_4f91_8d67_04314f144f48"><div><div
    id="WebPartWPQ2_ChromeTitle"><span title="" id="WebPartTitleWPQ2"><h2 style="text-align:justify;"><nobr><span></span><span id="WebPartCaptionWPQ2"></span></nobr></h2></span></div><div
    webpartid="00000000-0000-0000-0000-000000000000" haspers="true" id="WebPartWPQ2" width="100%" ms-WPBorder noindex ms-wpContentDivSpace " onlyformepart="true" allowdelete="false" ><div componentid="ctl00_ctl00_PlaceHolderMain_ComponentMain_ComponentPropertyGrids_g_9f61c988_228e_4f91_8d67_04314f144f48_ctl00_csr"
    id="ctl00_ctl00_PlaceHolderMain_ComponentMain_ComponentPropertyGrids_g_9f61c988_228e_4f91_8d67_04314f144f48_ctl00_csr"><div id="DataProvider" name="Control"></div></div><noscript>&lt;div id="ctl00_ctl00_PlaceHolderMain_ComponentMain_ComponentPropertyGrids_g_9f61c988_228e_4f91_8d67_04314f144f48_ctl00_noscript"&gt;It
    looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.&lt;/div&gt;</noscript><div id="ctl00_ctl00_PlaceHolderMain_ComponentMain_ComponentPropertyGrids_g_9f61c988_228e_4f91_8d67_04314f144f48_ctl00"></div><div></div></div></div></div><div></div></div></div><!--PE:
    End of READ-ONLY PREVIEW-->
    <!--CE: End Content Search Snippet-->
          </div>

    Hi,
    In the “Property Mappings” of the Content Search Web Part, we can see that the Picture field will only display the value retrieved from “PublishingImage;PictureURL;PictureThumbnailURL”,
    because there is corresponding column in OOTB Document Library holds the valid value of a thumbnail image for a document, that’s why documents from Document Library display no thumbnail image in a Content Search Web part.
    If you want to display thumbnail images for documents of Document Library, you can add a custom Picture column to hold the thumbnail image of a document, set the “Property
    Mappings” to display this custom Picture column.
    By doing this, every time uploading a document to this library, setting a thumbnail image(provided by common users, not generated by SharePoint automatically) for
    that custom Picture column, in the Content Search Web Part, the thumbnail image will display.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Flash player not working ie10 windows 8 pro 32

    flash player not working ie10 windows 8
    Default web browser IE10 does not play flash in metro nor in desktop mode on up-to-date W8pro32 laptop
    error message "you have to install flash player"
    but
    I cannot (re-)install latest version of flash player
    error message "flash player is embedded in IE10"
    I have
    reset ie (in advanced options)
    turned windows feature ie off (unchecked box) , restarted pc, turned windows feature ie on (checked box), restarted pc
    ie10 as default web browser
    disabled acticex filtering (tools)
    enabled flash player (add-ons)
    enabled updates to compatibility view list
    Problem started after installing W8pro32 with IE10
    Flash plays fine using Firefox W8pro32
    Had no problems playing flash on this particular hardware using previous version of os and ie
    The macromed flash folder in windows/sytem32 on this PC contains files with exactly same name/size as on other W8pro32 laptop where IE10 plays fash plays without problem
    Have asked micsosoft support but not received a reply
    Please advise
    Thanks

    flash player not working ie10 windows 8
    Default web browser IE10 does not play flash in metro nor in desktop mode on up-to-date W8pro32 laptop
    error message "you have to install flash player"
    but
    I cannot (re-)install latest version of flash player
    error message "flash player is embedded in IE10"
    I have
    reset ie (in advanced options)
    turned windows feature ie off (unchecked box) , restarted pc, turned windows feature ie on (checked box), restarted pc
    ie10 as default web browser
    disabled acticex filtering (tools)
    enabled flash player (add-ons)
    enabled updates to compatibility view list
    Problem started after installing W8pro32 with IE10
    Flash plays fine using Firefox W8pro32
    Had no problems playing flash on this particular hardware using previous version of os and ie
    The macromed flash folder in windows/sytem32 on this PC contains files with exactly same name/size as on other W8pro32 laptop where IE10 plays fash plays without problem
    Have asked micsosoft support but not received a reply
    Please advise
    Thanks

  • Why doesn't OnMouseOver work in IE10?

    Dreamweaver CS3
    I have this piece of code that displays tooltios on an image with a mouseover.  It has not been modified in years and works about right in IE8 but doesn't want to work in IE10 (I don't know about IE9 or IE11).
    This code is for just one of many areas on the image.
    <p align="center">
       <img src="images/screen.gif" alt="PrintCapture Screen Image" width="658" height="626" border="0" usemap="#screenmap"/>
       <map name="screenmap" >
          <area shape="rect" coords="1,2,658,27" href="javascript:void(0);"
                onmouseover="return overlib('The title bar displays the file name of the displayed image.');" onmouseout="nd();"/>
       </map>
    </p>
    For thoses of you that want to look at the web page, you can find it here (http://www.printcapture.com/details.html). Scroll down to the big image. Is there a setting in IE10 that needs to be enabled/disabled to show the tooltips? Thanks

    You could change the first few lines of your document to make it HTML5, so from (in your template file, there will be the template comment right after the <html> tag, leave that where it is)...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    to
    <!doctype html>
    <html lang="en-us">
    <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta charset="utf-8">
    Then clean up any remaining errors like I mentioned before.

  • Urgent : SSRS reports zoom in option is not working in IE9 compatability view

    Hi,
    We have SSRS reports which when viewed in IE 9 compatability view, zoom in option is not working properly.
    SSRS report have 4 charts inside a rectangle. when zoom in from 100% to 50% only rectangle shrinkes not the charts.
    Please let me know why it is happening and solutions if any?
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

    Hi Wendy Fu,
    Thanks for your support. Below are the steps and screenshots as per your requirement.
    /*******************Below are the steps to replicate ************************/
    This document explain IE9 compatibility issue with SSRS report (SSRS 2008 R2 and IE9)
    Tools and software used:
    Reports are rendered on Share Point 2010 server which uses SSRS 2008 R2.
    Reports are accessed using web browser IE9, IE10 ….
    Problem statement:
    To work OTHER reports compatibility mode in IE should be ON
    To work SSRS reports (mainly zoom) compatibility mode in IE should be OFF
    OTHER report is being used by customer and they will start using SSRS reports as well. While using both OTHER reports and SSRS reports customer do not prefer to keep switching between compatibility modes.
    “Browser Mode: IE9”
    Steps to reproduce Zoom issue for SSRS report with Compatibility mode is given below:
    Step-1: Select Tools menu -> Compatibility View Settings
    Below setting is suggested for OTHER users so tick as shown below,
    Step-2: On decision center select link and Open the report home page and click the link to open the report.
    Step-3: On SSRS reports Change Zoom level from 100% to say 50%. Here all charts are not moved with container frame.
    If “Browser Mode: IE8” is set with following steps then this issue does not happen.
    Press F12 and from and select IE8 as shown below.
         Press F12 again so this will set the mode and then try Zoom option it works fine. However this setting temporary and will remain for the session only.
    If compatibility mode is OFF then also this does not happen. Please see image below.
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

  • Adobe Flash Player does not work in Internet Explorer 10 on Microsoft Windows 8

    I understand that Google Chrome and IE10 have their own automatic update system, however, any site requiring me to use adobe flash player to view videos does not work no matter what I try. I have:
    Used the desktop version of IE versus that Start version and both provide me with the same message.
    Tried uninstalling and then reinstalling but I receive an error message stating that Flash player is already installed and I know that it is not because I have unistalled it. I received this message: Installer encountered an error: 0x80248000
    I even used Ccleaner to hopefully remove any files that were left behind.
    I have gone to Tools, then compatibility settings, unchecked automatic update list from Microsoft. there are no websites on that list t remove.
    I have double-checked that the flash player add-on is enabled.
    I have also checked security settings and enabled Scripting for Java
    I have also made sure that I disabled ActiveXFiltering.
    Basically, I have tried to use Adobe's websites to figure out the issue at the following link: http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8.html#main-pars_header _1
            None of the tips fixed my issue.
    I have Windows 8, recently upgraded from Windows 7. I have a 64-bit machine, when I tried, just in case I was wrong, to install 32-bit, I receive an error. I would greatly appreciate any help anyone may provide. Is there a customer service number by any chance for software we have not paid for but instead it comes with our computers? I really need to be able to use discussions and watch Teachertube, youtube, and other videos to complete grad schools assignments.
    Please help me!
    I

    It sounds like you might have additional software on your system that is interfering with Flash Player.  You mentioned that this is happening for both Chrome and Internet Explorer, correct?  I've got a similar system (Win 8 upgraded from 7, 64bit) and I've never had any problems.
    I'd recommend trying to temporarily disable any security, antivirus, firewall software that you have running.  You might also want to try starting in Safe Mode with Networking enabled (http://windows.microsoft.com/en-US/windows-8/windows-startup-settings-including-safe-mode) to see if Flash works once all utilities and services have been disabled.
    Finally, do either of these links play video back?
    HTML5     video     
    Non-HTML5 video
    Thanks,
    Chris

  • Flash Player not working in IE 10, Windows 7 64 bit version

    My system is Windows 7 64bit version with IE 10.  Adobe Flash Player will not work in IE 10.  I have tried an unistall and a clean install with no success.  I can hear the video but not see it.  I also have Mozilla Firefox installed on my computer and Adobe Flash Player does work with it.  This has been going on for about a month.

    Here is solution I used for IE10, Window 7 64 bit:
    http://answers.microsoft.com/en-us/ie/forum/ie10-windows_7/ie10-says-adobe-flash-player-is nt-installed/d3c1eda6-cabc-4ca5-b4d9-dcba0c3aaad5
    1. Internet Explorer> Tools (or Alt + t)>Internet Options>Programs>Manage add-ons (Show: All add-ons) verify that the Shockwave Flash Objects are enabled.
    2. From Safety on the IE Command Bar (you may have to right-click the IE menu or IE toolbar and enable the Command Bar) uncheck ActiveX Filtering.
    If that helps, it would be safer to re-enable ActiveX Filtering and make an exception for the affected sites. See this article:
    How to use Tracking Protection and ActiveX Filtering:
    http://windows.microsoft.com/en-US/windows7/How-to-use-Tracking-Protection-and-ActiveX-Fil tering"

  • Drag and Drop not working with spark HGroup with code

    Can anyone tell me why my HGroup won't fire the dragEnter dragDrop and DragOver events?
    Here is the sample code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[
                import mx.core.IUIComponent;
                import mx.events.DragEvent;
                import mx.managers.DragManager;
                private function dragEnterHandler(e:DragEvent):void {
                    DragManager.acceptDragDrop(e.currentTarget as IUIComponent);
                private function dragOverHandler(e:DragEvent):void {
                    DragManager.showFeedback(DragManager.COPY);
                //user drops src onto target, so re-parent the src to the target
                private function dragDropHandler(e:DragEvent):void {
                    var img:Image = e.dragInitiator as  Image;
                    var newImg:Image = new Image();
                    newImg.load(img.source);
                    var grp:HGroup = e.currentTarget as HGroup;
                    grp.addElement(newImg);
                private function mouseDownHandler(e:MouseEvent):void {
                    DragManager.doDrag(e.currentTarget as IUIComponent, null, e);
            ]]>
        </fx:Script>
        <s:layout>
            <s:HorizontalLayout />
        </s:layout>
        <s:Panel width="50%" height="100%" title="Drag me">
            <mx:Image source="http://www.google.com/intl/en_ALL/images/logo.gif" mouseDown="mouseDownHandler(event);" />
        </s:Panel>
        <s:Panel width="50%" height="100%" title="to Here">
            <s:HGroup width="100%" height="50%" dragEnter="dragEnterHandler(event);" dragDrop="dragDropHandler(event);"  dragOver="dragOverHandler(event);" />   
            <s:HGroup width="100%" height="50%" dragEnter="dragEnterHandler(event);" dragDrop="dragDropHandler(event);"  dragOver="dragOverHandler(event);" />   
        </s:Panel>
    </s:Application>

    Derek,IE11 is having some compatibility issues with the share point.Apart from IE11,it should work on IE10,9 and Firefox and chrome as well.
    Please check the links below that explains the issues with IE11 and the functionality of Drag and drop and limitations as-well.
    1.Since SharePoint 2013 fully support IE 32-bit version above 7, there might be compatibility issue with other browsers. I’d recommend you use IE 8,9,10 32-bit for optimal Performance.
    2. Open the same document library in Internet Explorer as this functions does not work with Firefox or Chrome by default
    3. Make sure the IE (Internet Explorer) Version should be 32-bit and not a 64-bit
    http://expertsharepoint.blogspot.de/2014/08/issues-with-sharepoint-2013-and.html
    http://expertsharepoint.blogspot.de/2013/12/how-to-upload-multiple-documents-in.html
    http://expertsharepoint.blogspot.de/2013/12/sharepoint-server-2013-drag-and-drop.html
    Anil Avula[Partner,MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

Maybe you are looking for

  • VGA on pavilion 500/517nb

    Well , I found the VGA connector hidden under a small plastic lid, I removed that and plugged in the VGA monitor, but it doesn`t work , in the booklet it states that a VGA monitor is a possibility, should the connector work or is it not connected ???

  • ME23N Attachment Display

    HI, Which Function module will call, to display the attachments through ALV report in  Purchase order. Regards. suleman.

  • Chinese fonts in html not showing up properly sometimes

    I have the following lines in my program : JLabel A_Label=new JLabel("<Html><Font Size=3>\u8F93\u5165</Font></Html>"); JPanel A_Panel=new Jpanel(); A_Panel.add(A_Label); Sometimes the Chinese shows up correctly, but sometimes it shows up as blank rec

  • Less Than Symbol ( )

    Hi All,   I want a  less than ( < ) symbol to be displayed ..... When I give ">" , I get a greater than symbol (>)..... But when I give "<" , i get a blank value Thanks

  • EOS 6D problems

    After completion of the file transfer by both the cable as WiFi LCD turns off after disconnecting the USB cable / disconnect WiFi in the new EOS 6D.Fault takes several hours and the screen is working correctly during setup of the camera. Although you