[svn:fx-4.x] 14386: Workaround for a bad Firefox 3.6 regression.

Revision: 14386
Revision: 14386
Author:   [email protected]
Date:     2010-02-24 08:35:34 -0800 (Wed, 24 Feb 2010)
Log Message:
Workaround for a bad Firefox 3.6 regression.  With Firefox 3.6 all OBJECT tags by default render a focus rectangle when active. This leads to a persistent 1px border for focused SWF elements, causing in our case, the browser to overflow and scrollbars to appear.
Anyone integrating stock HTML templates for 4.1 should ensure this change is incorporated.
QE notes: None
Doc notes: None
Bugs: SDK-25618
Reviewer: Carol
Tests run: Checkin
Is noteworthy for integration: Yes
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-25618
Modified Paths:
    flex/sdk/branches/4.x/templates/swfobject/index.template.html

Thanks U. But i got 404 error .
Can you reupload it?

Similar Messages

  • [svn:fx-trunk] 7581: -Redo workaround for SDK21552.

    Revision: 7581
    Author:   [email protected]
    Date:     2009-06-05 09:54:24 -0700 (Fri, 05 Jun 2009)
    Log Message:
    -Redo workaround for SDK21552.  It turns out that in AIR all keyboard events are cancelable so blindly calling event.preventDefault() after the TCM keyDownHandler has processed the event results in the default behavior for normal keys being canceled - hence no text gets inserted.  It also turns out that our SystemManager.keyDownHandler is converting the keyDown events for the set of nav keys used by the scroller into cancelable events.  For the player, normal keys are not cancelable so blindly calling preventDefault() only canceled the nav keys which is what we wanted.
    - Remove a no longer needed check in the text setter since TCM.setText() now does the check.
    QA Notes:
    Doc Notes:
    Bugs: SDK-21580
    Reviewers: Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21580
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/supportClasses/RichEditable TextContainerManager.as

  • [svn:fx-trunk] 10526: Temporary workaround for A+ bug SDK-23387.

    Revision: 10526
    Author:   [email protected]
    Date:     2009-09-22 21:48:33 -0700 (Tue, 22 Sep 2009)
    Log Message:
    Temporary workaround for A+ bug SDK-23387.
    The LinkNormalFormat, LinkHoverFormat, and LinkActiveFormat classes have been removed from FXG, and the FXG compiler was autogenerating static vars of these types (for linkage reasons?) that no longer compiled. I've commented out the offending lines in FXGCompiler.java, but we need a correct fix to cope with the fact that the way hyperlinks are formatted in FXG has changed.
    Instead of formatting hyperlinks by writing
    tag) but at least it can once again compile FXG as long as it doesn't involve styled hyperlinks.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23387
    Reviewer: Carol
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23387
        http://bugs.adobe.com/jira/browse/SDK-23387
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FXGCompiler.java

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • [svn:fx-trunk] 13288: Changing the workaround for custom whitespace preservation in spark components in order to cater for fixes to SDK-24699 and SDK-24611 .

    Revision: 13288
    Revision: 13288
    Author:   [email protected]
    Date:     2010-01-05 15:21:57 -0800 (Tue, 05 Jan 2010)
    Log Message:
    Changing the workaround for custom whitespace preservation in spark components in order to cater for fixes to SDK-24699 and SDK-24611.
    We now preserve whitespace for all of the spark "text" tags at compile time (but not only-whitespace content if an alternate text attribute was specified).
    QE notes: Please ensure that whitespace preservation continues to work, including for the scenarios mentioned in previous issues SDK-22601, SDK-23160, SDK-23972.
    Doc notes: N/A
    Bugs:
    SDK-24699 - Binding does not work with Spark TextInput "text" property
    SDK-24611 - MXML compiler should preserve whitespace in FlowElement tags (such as
    Reviewer: Paul
    Tests run: checkintests, mustella RichText, List, TextArea (the 2 baseline position failures existed prior to these changes)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24699
        http://bugs.adobe.com/jira/browse/SDK-24611
        http://bugs.adobe.com/jira/browse/SDK-22601
        http://bugs.adobe.com/jira/browse/SDK-23160
        http://bugs.adobe.com/jira/browse/SDK-23972
        http://bugs.adobe.com/jira/browse/SDK-24699
        http://bugs.adobe.com/jira/browse/SDK-24611
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/Node.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn] 4910: Implementing workaround for history manager rendering issue ( Firefox/Mac) caused by a long standing player bug.

    Revision: 4910
    Author: [email protected]
    Date: 2009-02-10 11:51:58 -0800 (Tue, 10 Feb 2009)
    Log Message:
    Implementing workaround for history manager rendering issue (Firefox/Mac) caused by a long standing player bug.
    Bugs: SDK-17020.
    QE Notes: None
    Doc Notes: None
    Reviewer: Alex
    Tests: DeepLinking
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17020
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/managers/BrowserManagerImpl.as
    flex/sdk/branches/3.x/templates/html-templates/client-side-detection-with-history/history /history.js
    flex/sdk/branches/3.x/templates/html-templates/express-installation-with-history/history/ history.js
    flex/sdk/branches/3.x/templates/html-templates/no-player-detection-with-history/history/h istory.js

  • Compiling mono under Solaris 10: workaround for __builtin_frame_address ?

    Hi,
    I'm trying to compile the current svn release of mono (free implementation of .NET framework) under Solaris 10/x86.
    After fixing some GCC specific code, I'm currently stuck with the GCC internal function __builtin_frame_address (and __builtin_return_address).
    These functions return information about the current stack trace, e.g. the function that invokes the current function. They are used in the integrated debugger for single stepping and other functionality.
    So far I haven't been able to find a workaround for these function within the Studio Compiler.
    What's is the best way to implement these function? Does the Studio Compiler (or the libc or some other library) already provide the necessary functionality?
    With best regards,
    Burkhard Linke

    I'm afraid you have to write assembly code for that sort of functions

  • Extensions like Ghostery, WOT or AdBlock stop working after two or three times. Restarting the webpage in a new tab the extensions will work again for several times and then stop again. Has anybody an explanation or a workaround for this bug in Safari 5?

    Extensions like Ghostery, WOT or AdBlock stop working after two or three times. Restarting the webpage in a new tab the extensions will work again for several times and then stop again. Has anybody an explanation or a workaround for this bug in Safari 5?

    Remove the extensions, redownload Safari, reload the extensions.
    http://www.apple.com/safari/download/
    And if you really want a better experience, use Firefox, tons more choices and possibilities there.
    Firefox's "NoScript" will block the Trojan going around on websites. Best web security you can get.
    https://addons.mozilla.org/en-US/firefox/addon/noscript/
    Ghostery, Ad Block Plus and thousands of add-ons more have originated on Firefox.

  • Workaround for JSFL shape selection bug?

    There seems to be a bug in the document selection reporting in JSFL in  CS4 (haven't tested earlier versions).  I submitted it as a bug to Adobe  but I'd really like to find a workaround for it.  I've included my bug  report below.  Has anyone else encountered this?  If so, have you  figured out a workaround?  It's pretty annoying, making the tool I'm  working on really difficult to manage.
    ******BUG******
    After performing a publish preview, fl.getDocumentDOM().selection  reports an incorrect selection of raw shapes.
    Steps to reproduce bug:
    1. Create a JSFL command with the following contents:
    doc = fl.getDocumentDOM();
    fl.trace("there are " + doc.selection.length + " items selected");
    2. Start the authoring environment fresh, with a new document.
    3. Draw several shapes on the stage, not touching each other, all in  the same frame and layer.
    4. Select one of those shapes but leave the others unselected.
    5. Run the previously created JSFL command.  It will send the following  text to the output panel, as one would expect:
    "there are 1 items selected"
    6. Do a publish preview (either Flash or HTML).
    7. When it comes up, close the preview window.
    8. Deselect all and then select one of the shapes (again, keeping the  others unselected).
    9. Run the JSFL command again.  This time, it will say that there are n  items selected (where n is the number of shapes you drew in step 3).   So if you drew three shapes, it will print out the following:
    there are 3 items selected
    Note that this result will be the same even if you go to a different  document, do a publish preview on that document, then return to the  original.  It seems that simply doing a publish preview alters Flash's  state to report the selection incorrectly.
    Results: The JSFL command reports that all the shapes are selected,  despite the fact that only one of them is.  The only way I've found to  get Flash back to its normal behavior is to restart the authoring  environment.
    Expected results: In the steps above, the JSFL command should always  print out that there is one element selected.  There's no reason that  doing a publish preview should change that.

    When selected all shapes in selection are treated as one. You can see it if you run this script with selected multiple shapes:
    fl.trace( fl.getDocumentDOM().selection[0].contours.length );
    It will output you twise bigger number then selected shapes (because each Shape has two contours - one clockwise, other counterclockwise).
    Of course this. implementation is strange for me too. Thats how i found your post

  • ITunes Match/iOS 7 iPhone music workaround for excessive data usage?

    I just got an email from AT&T indicating I had exceeded 150GB of home data usage this month. It was because I used my home wifi to download 5000 songs to my iPhone from iTunes Match to fill it.
    I'm frustrated, since it used to be so easy to make iTunes Match work for a large amount of music: In iOS 6 what I used to do (if I had to restore iPhone and set up as new phone): Plug iPhone 5 into computer, set up phone as new, check "manually manage music and videos" and "prefer 128kbps" and make sure iTunes Match was off in phone settings. Then drag & drop 5000 songs (about 40GB) from iTunes into phone. Once that was completed (a couple of hours), I could disconnect the iPhone from my Mac, turn iTunes Match to "on" in phone settings, and I'd get a message on the phone saying "All music on this device will be replaced" which is fine, but other than taking a while to update the remainder of my iCloud stored music, it used very little data.
    Fast-forward to this past weekend. After updating to iOS 7.0.2 and having to do a restore and set up as new iPhone, this approach didn't work: When the step came "All music on this device will be replaced," all of the 5000 songs entirely re-downloaded all over again, which took 27 hours and burned through 40+ GB of home data (not phone data, since I was on Wifi). I kept my phone at home, plugged in and on wifi all weekend so as not to burn through all of my LTE data.
    What is the deal? If I have to do this again (let's hope iOS 7.0.3 or 7.1 doesn't force my phone into recovery mode again), I certainly don't have the time or patience to let iTunes Match redownload all music again, and I certainly don't want to use up 40+ GB of home data.
    Is there a workaround for this? Have others been successful transferring music via computer first and then turning on Match without problem in iOS 7.0.2? I'm sure it worked that way in iOS 6, and without completely redownloading all the music again, since that process would have taken several hours and a lot of home data, and I have not had any problems like this prior to iOS 7.

    I think a better question is why do you "have to" restore your iPhone and set it up as a new device as often as you seem to? This seems to be more of a problem for you.
    I followup question is why do you have iTunes Match turned on if you're syncing all your music to your iPhone?
    Perhaps you should examine how you're using your iPhone and iTunes Match?
    brsedu wrote:
    Have others been successful transferring music via computer first and then turning on Match without problem in iOS 7.0.2? I'm sure it worked that way in iOS 6, and without completely redownloading all the music again, since that process would have taken several hours and a lot of home data, and I have not had any problems like this prior to iOS 7.
    To answer this question, yes I have. It has always worked this way for me.

  • Workaround for not being able to reference a multi-select field in a calculated field?

    Does anyone have a workaround for the fact that SP doesn't allow the use of a multi-select choice field to be used in a calculation in a calculated column?  I have a list that WAS a single choice in a Status field with three other calculated columns
    that were dependent upon that field.  Then I had to change the Status field to be to multi-select (checkboxes). Now of course my calculated columns don't work.  In addition, the end user can't fill them in either.
    I've got a Status field (multi-select), a Status Date field and Expiration Date field (calc).  The expiration date's calculation is shown below.   This worked great until I was asked
    to change the Status field to multi-select.<o:p></o:p>
    =IF(Status="NoI
    Review",DATE(YEAR([Status Date]),MONTH([Status Date]),DAY([Status
    Date])+21),"")<o:p></o:p>
    There are no mistakes; every result tells you something of value about what you are trying to accomplish.

    Hi run4it,
    Since SharePoint calculated column cannot reference the choice field with multiple-select value enabled, a workaround is to use workflow to copy the "Status" column value to another single line text column, then reference this single line text column in
    calculated column.
    Thanks,
    Daniel Yang
    Forum Support
    If you have feedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • Can someone help me find a workaround to get flash to work in XP Pro 64 bit, like there is a workaround for vista 64 bit?

    Can someone help me find a workaround to get flash to work in XP Pro 64 bit, like there is a workaround for vista 64 bit?
    I am trying to get rid of all my 32 bit apps because the more of them you run in 64 bit the less resources are available.
    Firefox has a 64 bit browser they call the Shiretoko build. I love it, it's twice as fast as a heavily tweaked 32 bit firefox. Java has a 64 bit plugin that works with it.
    The last holdout is Adobe.
    Microsoft is making Vista and Win 7 64 bit as easy and smooth as the 32 bit versions as a means to get people to start using them.
    Linux has a way to make flash work with 64 bit.
    Remember when we all had a 16 bit operating system and how much better things got with 32 bit?
    Adobe, it's time!.. don't you see that?
    Can someone help me solve my problem? Please?

    lostchild wrote:
    sorry but that doesnt help my options the guy i called said they discontinued the audigy 4 and 2. I dont know why he would say that but he said his supplier cant get them. Are they really discontinued? Also, isnt the audigy 2 zs or whatever its called for notebooks? i cant use an external one. Well not that i cant, i dont want to. I just want a good sound card mounted into my computer...
    Thanx in advance.
    no the audigy 2 zs is pci based. they have another called audigy 2 zs notebook and that's the one for laptop. if you can't find it from your vendor, you can always try getting it from someone else.

  • Workarounds for lack of sub-folder support

    I'm trying to find a workaround for the lack of sub-folder support for photos. For example, are there any apps that synchronise my photos with the original folder structure from my PC? I've spent quite a lot of time searching, but can't find the right solution.

    Hi all. Hope this helps...
    There is NO sub-folder (two or more folder levels) support in OS3x and OS4x until today. Hope this will change in near future, however that also means foregoing smoothness operation of the iDevice due to how the internal memory works inside (so far, thousands of photos can be viewed without a lag because how fast the iDevice can find the memory location of each file inside its big memory, and creating sub-folders will take great amount of time for the processor to find, put-together, and present the many photos to screen).
    There are other applications that support photos with sub-folders (folders inside folders inside folders inside folders inside folders and so on), however these are not specialized photo viewing app and will not show picture thumbnails but file listing instead:
    - GoodReader
    - OPlayer
    Two good photo and video viewing apps with privacy security; Photo Safe and Video Safe, are also available, which supports high-definition without reducing photo quality as in original iDevice, BUT does not support sub-folders (only one level folders/albums).
    I was hoping iOS4 had the Sub-folders feature for its iPhoto... doesn't have to be three-folder levels, but just additional one level sub-folders would be great.
    Cheers!

  • SSAS Tabular in DirectQuery - What are the workarounds for formula limitations?

    Hello,
    I need to create an SSAS Tabular model against the database of a live, real-time, line of business transactional system (i.e. a CRM).
    The business requirement behind it is that we need to create some complex reports against live data, and our DW is only updated daily.
    This live model will however be partitioned with a time-variance limitation (e.g. only records which are XX old can be returned).
    Now here is the challenge. Since I am querying live data, then I believe the model must be configured in DirectQuery model. Am I right?
    The issue is that DirectQuery mode is full of formula limitations. So my concern is, if I need a calculated column or measure that I cannot make it work due to DirectQuery limitations, then what are the alternatives?
    Remember that the data source is from a live system, so it is not like I can create columns and measures in the underlying relational database.
    Please advise.
    Regards,
    P.

    Hi pmdci,
    According to your description, you want to use some functions in calculated measure which are not supported in DirectQuery mode. Right?
    In Analysis Services Tabular, since DirectQuery has the real time access and scalability, this comes with a price of restrictions on a number of DAX functions and missing Calculated Column feature. Generally the workaround for these scenarios
    is replacing those functions with other functions which are supported in DirectQuery mode, or create columns in the data source. However, as you said, your environment is not possible to create columns in the database. And a lot of those limited
    function are not replaceable, like time intelligence functions. So actually, there's no really effective workaround currently.
    For you requirement, I suggest you submit Microsoft a feature request
    at https://connect.microsoft.com/SQLServer
    so that we can try to modify and expand the product features based on your needs.
    Best Regards,  
    Simon Hou
    TechNet Community Support

  • Workaround for ORA-04030 error

    hi,
    we've encountered the following error:
    ORA-04030: out of process memory when trying to allocate 296 bytes (callheap, koposal dvoid)
    all of the research i've done points to setting up the database with a Very Large Memory configuration, which will be carried out at a later date as we're still in the development stage.
    is there a possible workaround for this error?
    thanks
    santosh sewlal

    hi,
    we're inserting into tables - spatial data and images, from a C#.net application that sends data to the db in a BLOB

  • Workaround for Invalid Certificate with Acrobat 9.0 and Adobe Reader v.7.0?

    Hello!
    In Adobe Acrobat 9.0 Professional, is there currently a workaround for the following scenario?:
    At our company, the source document is created in Word and then a PDF document is created using Adobe v.9.0. My colleague, who uses Adobe 9.0 Professional, places a certificate in the Header of the PDF document.
    When this document goes out for sign off, the users only have Adobe Reader v. 7.0. Once these users open the PDF document and try to place their signature in to the digital signature fields, the certificate in the document becomes invalid.
    Is there a way to save off the PDF in v.9 in different formats (A, F, etc.).
    Would saving off the PDF in another format retain the validity of the certificate in the PDF document when other users with Reader v.7.0 try to sign the document?
    Thx again for everyone's help!
    Susan Steen

    Hi Steve,
    fwiw - at the Forums' entry http://forums.adobe.com/index.jspa
    there is this announcement.
    Announcement: File Attachments Temporarily Disabled
    Hide Details
    We have temporarily disabled the ability to upload files to the forums in order to protect our customers/users from a potential security issue. Thank you for your patience while we mitigate this issue.
    by adobe-admin at Feb 22, 2010 12:20 PM
    So a file attachment may not be an option (?).
    Be well...

Maybe you are looking for

  • HP Color LaserJet Pro MFP M177fw fax to pc

    I have just bought this printer and want to msend faxes to my pc.  I was told by PC world that it had this function.  So far I cant find it can anyone help.  Many thanks  

  • David Powers Lesson10 - 'doesn't meet the requirements for an image'

    Hi, I have a  problem to upload image in lesson10. It always show the error message of 'doesn't meet the requirements for an image' even the image size, width and height meet the validation. Below is upload_images.php My upload file size is 160K with

  • Question about gradient mesh tool

    Hello, I am using the gradient tool for the first time and when I touch on an object to lay a gradient, the mesh seems to choose a set of anchor points to anchor to.  If I want to anchor the gradient mesh to different points, how do I change them?

  • PSE 6 Printing Packages (Windows)

    My Printing packages on v6 are limited to four options ONLY which DO NOT include 4 x 6. In PSE3 I had approx. six Printing Package options, INCLUDING 4 x 6. My two most frequently used packages are Two off 5 x 7 and Four off 4 x 6 Is there anyway I c

  • Before you ask, YES the point system is fine and those numbers are correct!

    As with the first quarter of the year we have also done so with the second quarter of the year and we have given small amounts of points for the massive amounts of efforts that are going into the wiki here. We've over 11,000 pages in total now and an