Firefox mouse event not behaving the same on PC and Mac computers

I use the FCKEditor and having a very strange problem. When I click on the FCKEditor's editing area, the keyboard gets disabled untill I click the mouse somewhere outside of the editing window. The problem only happen on Firefox (3.6.10) on Mac computer (Snowleopard 10.6.4). Doing exactly the same steps on PC works without any problem.
What I want to know:
- Is it possible that the Firefox on Mac is different than the PC in handling mouse events? Or some other areas?

Sounds more that Firefox is treating that editor area as read-only.
Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

Similar Messages

  • IPhoto 08 not behaving the same in G5 and MacIntel

    Hi, I installed iPhoto 08 recently on my G5 1.6 Ghz and a new MacBook (macintel).
    I noticed 2 big differences between the macs regarding how iPhoto behaves:
    - opening (magnification of) pictures is slow and choppy on the G5
    - on the G5 too, the events don't show the small text box "Display pictures" when mouse is over an event. That implies that we can only double click the event, which opens the event the same we'd do for any album. It seems not possible to double-click and open a single picture displayed in an event frame before we open the event itself.
    I don't get where those differences come from. Is that due to the Graphic card, or also something else? Thanks for helping.

    Lukum
    opening (magnification of) pictures is slow and choppy on the G5
    This could well be due to the graphics card or video RAM that's available.
    I'm afraid I don't quite understand your other issue:
    Have you compared the Preference setting between the two machines? For instance, if at iPhoto -> Preferences -> Events, I select 'Double Click Event: Shows Photos' then I don't get the 'Display Pictures Box, but if I select 'Magnifies Photos' I do.
    Regards
    TD

  • HT204053 Do you not use the same Apple ID and password as you would use for ITunes, IPhone and email?

    Having already established 2 apple ID's.  I want to change the ID listed on my iphone.  Placing the new, ID on my phone it will not accept it.
    Do you not use the same Apple ID and password as you would use for your IPHONE, EMAIL and ITUNES?

    Where/how are you trying to replace it and what happens ? You should be able to log out of the currently logged in account for the stores by tapping on it in Settings > iTunes & App Store and you should then be able to log in with a different account, and for icloud email via Settings > Mail, Contacts, Calendars to delete and then add an account.

  • TS1702 I do not have the same email account, and i want to download in a new computer this software, how can i do to solve my problem?

    while ago i purchase Documents to go. I want to use this software in my new computer. I do not have the same email account, and i want to download this software, what can i do to solve my problem?

    As long as the Apple ID was not an Apple domain, such as @mac.com or @me.com, you can update the ID to a new email account.
    http://support.apple.com/kb/HE40

  • Program not behaving the same after making it a JAR

    Hello,
    I'm developing a program using Eclipse and wanted to export a JAR file to test out. I was able to successfully make the JAR file and it does run, but not as expected. For example, I have the following code which opens up a JFileChooser and lets the user select multiple files to be stored in a JList (via a list model). When I run this from the IDE during development, it works as it should, allowing me to select multiple files from the JFileChooser and adds all of the files to the JList. However, when I run the JAR, it lets the user select multiple files but only adds ONE file to the list. Not only that, but it doesn't seem to be running my "loadComparePaper()" method after adding the item to the list model.
    JFileChooser fileChooser = new JFileChooser();  // New JFileChooser
    fileChooser.setMultiSelectionEnabled( true );     // Allow multiple files to be selected
    FileFilter docFilter = new ExtensionFileFilter( null, acceptableFiles );  // "acceptableFiles" is an array of allowable extensions (not shown in this snippet)
    fileChooser.addChoosableFileFilter( docFilter );  // Tell the JFileChooser to use my filter
    int returnValue = fileChooser.showOpenDialog( null );  // Open the dialog; store result
    if ( returnValue == JFileChooser.APPROVE_OPTION ) {
        File[] selectedFiles = fileChooser.getSelectedFiles();  // Get selected files; store in array
        for ( int i = 0; i < selectedFiles.length; i++ ) {  // For each selected file..
         compareListModel.addElement( selectedFiles[ i ].getName() );  // Add file name to list -- getting stuck here!
         loadComparePaper( selectedFiles[ i ] );  // Call method to load this file (read it)
    }It seems like it's not running the whole for loop, because only one item is being added to the list and it never reaches "loadComparePaper()". Again, it works during development in the IDE and I've tried exporting the JAR quite a few times to see if that was the problem, but the JAR itself is executing.
    Any ideas? I'm baffled as to why it works while I'm testing it out in the IDE, but after I export the JAR it's not working properly. Do you think this has something to do with Eclipse? Has anyone else experienced a problem like this?
    Thanks

    ThomYork:
    Thank you for the advice. I'm new to using JARs and foolishly forgot or didn't realize that I should run it from the console to check for errors. Well, it seems this is the problem: I'm using Apache's POI package and have it stored in the directory +/my_project/lib/poi/+. Within the +/poi/+ folder are 3 JAR files that my program references. When I run my app from within the IDE, I don't get any errors because I've included them in the build path. However, when I run my JAR, it can't find the classes -- it doesn't seem to be looking in the +/lib/poi/+ folder even though my JAR file is in the same root directory as the main class when I run it within the IDE (i.e., both my_main_class and my_main_jar are in the same level directory, and would need to look in the +/lib/poi/+ folder for the other packages).
    So I guess my problem is... my JAR file doesn't "see" the path of the other packages I'm using. In Eclipse, I've configured my project to include these other packages in the build path (and also the "Order and Export" build path) so I thought it would include them, but that doesn't seem to be working.
    Am I missing something? How do I include JARs in other packages / folders so that they work in my JAR?
    Thanks again
    EDIT: I see some other people on this forum experiencing similar issues and I noticed you've helped them out. I tried creating a manifest file, but that didn't work, either... just to be more specific, this is the error message I'm getting:
    Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/poi/poifs/filesystem/POIFSFileSystem
            at OneToOne.loadSourcePaper(OneToOne.java:907)Edited by: ibanezplayer85 on Aug 14, 2008 10:19 PM

  • A page does not behave the same in every case

    Hi,
    I am using adfbc and jsf/adf pages.
    I have an entity called Parish (CountryId, CityId, AreaId, ParishName), and created a simple validation method (if the parish name is equal to "test" then to show an error by returning false).
    I created a custom validation method in my AppModule that i just simply get the record id, find the entity and set the values with the method parameters
    I then created a view based on the entity and dragged my view object on my jsf page. I created a button and i binded my custom edit method to the command button, setting the appropriate parameters to bindings on the form. I then double clicked by button and created a binding for the method in a bean.
    When i edit a record and change for example the CountryId, CityId, AreaId and set the ParishName to test (so to force my validation method fire), i am shown the error but the data that i last inputed are lost, and the original are show.
    In another case where i am doing the same thing, the data are kept.
    For example, i have a record with CountryId:UK, CityId:London, AreaId:Finchley, ParishName: North Finchley and when i edit the record and define CountryId:USA, CityId:New York, AreaId:Manhattan, ParishName: test, i get the error message but the data are the original (CountryId:UK, CityId:London, AreaId:Finchley, ParishName: North Finchley). I want to keep the last entered data. In some forms this is done automatically, but in this form i didn't do anything, just dragged and defined, and is not working.
    Anyone please help?
    Antonis

    I apologize for insisting on this, but in my humble opinion it's not useful to try and figure out why your hand-written example is not working if already the declarative way is not working as we expect. We need to figure out why the declarative way is not working first.
    One of my primary jobs is helping customers use ADF correctly and understand how it works internally.
    The code in your updateParish() method is redundantly applying updates to entity attributes that ADF will already have applied to the entity for you. To see this for yourself, you can set a breakpoint in one of the setter methods of your entity object and you'll see that your code is applying the updates a second time.
    I see one reason why your error reporting won't be working as expected, which is that you are directly using the entityImpl object to apply the values. The ADF bundled exception mode only works when you use the view object row to apply the updates to the entities indirectly. Howing using the view object row to apply the values is what ADF will have already done automatically for you, so it's not necessary to do that.
    It's also not a best practice to pass a literal integer value for the first argument of setAttribute(). If for any reason the constant values change, then your code will break. You should call setAttribute("TheAttributeName",thevalue) instead for more robust code.
    Finally, your programmatically setting the user principal name and current date time can also be handled for you automatically by ADF by setting those attributes to be of the correct "History Attribute" type. See section "6.6.3.10 History Attributes" in the ADF Developer's Guide for Forms/4GL Developers on the ADF Learning Center at http://www.oracle.com/technology/products/adf/learnadf.html
    Set a breakpoint in your validation method and debug the completely declarative edit form with the simple (Commit) button. We need to understand if the:
    (a) validation is executing, failing, but the validation error is not being reported correctly, or
    (b) validation is never being enaged at all.

  • Embedded videos not behaving the same

    Hi:
    I just put some video clips on my web site. I have embedded
    them. 3 clips are similar in terms of size of file and length of
    clip. When I click them from the web site 2 of them immediately
    display the QuickTime Player with a download progress bar. The
    third one, however, just shows the big blue Q on the page until the
    entire video is downloaded then the player appears but it's about a
    35 second wait. I'm sure I handled the 3 clips the same why do they
    show up differently. I'm afraid a lot of people won't hang around
    that long not knowing what's going on.
    Any suggestions?

    NOTE that you have autoplay set to FALSE:<embed
    src="video%20clips/Soul%20Brothers%202.mov" width="185"
    height="148"
    autoplay="false"></embed> <embed
    src="video%20clips/Afrikadey%20med%20large%20copy.mov"
    width="249"
    height="197" autoplay="false"></embed>You don't have
    these coded properly
    for the ActiveX fix in Internet Explorer.

  • Terminal not Behaving the Same with Text Clippings as in 10.5

    I just upgraded to an Intel Mac from a G4 tower (very nice) and I have a lot of text clippings that I drag and drop into Terminal which now have back slashes embedded in them like this:
    while true\
    do\
    ls -ltr dx|grep "`date +%b\ %e`"\
    ls -ltr |grep "`date +%b\ %e`"\
    ping -c 1 dx1|grep "packet loss"\
    ping -c 1 dx2|grep "packet loss"\
    date\
    sleep 45\
    done\
    where do these come from and how do I get rid of them - I had to add them above so I know they aren't in the text clipping. Also I can copy inside Terminal window to window and it doesn't add them.
    Any thoughts? It's fairly annoying.

    I have several scripts that I have sitting on my desktop as text clippings that work fine in 10.5 but now that I have 10.6 (new iMac) I get these back slashes after every line. I could just as well I suppose make these things aliases or just files in Linux that I run but I've been using them as text clippings that I just dump into a terminal window and everything in the text clipping is done - now terminal is misinterpreting something. They are the same text clippings - if I use them in 10.5 that terminal has no problems - no back slashes.

  • Is iWork soon to be the same for iOS and Mac

    I have a Macbook White 2009. I was looking in the MacApp Store and I noticed that iWork and Microsoft apps cost the same. I wanted to know which are better? I also noticed that iWork has different prices for a Mac and for an iPad because they don't have the same features. Is there any chance that iWork will be the same for Mac and iOS in the near future?. About a week ago I had to install a new operating system and everything was erased, among those apps were Microsoft Word, Powerpoint and Excel. I no longer have the CD to install the apps, do you think I can ask the Apple Store to install them for free? Thank you.

    Since Mac OS X and iOS are two different platforms, it's not really possible for the applications to be the same. They may have the same or at least similar functionality, however.
    The Apple stores will not install software that you do not have the media for. You can purchase MS Office 2011 Home and Student Edition from Microsoft online for download very inexpensively - about $140.
    Best of luck.

  • Can I Use HDMI and Thunderbolt Outputs At The Same Time? And Mac App Store Issues

    I have a Mid-2011 Mac Mini. I am currently using the HDMI output with an HDMI to Digital Input for a dell monitor. If I wanted to have a second monitor, can I use the Thunderbolt output with a MiniDisplayport to VGA adapter? I know it may sound a little unclear, so if you need a clarification, pelase let me know.
    Also, on the same macine, I am having trouble connecting to the Mac App Store. My internet connection is working, and I've tried going into the Keychain Access and there isn't anything with a blue plus. When I go to Store --> Sign In , the sign in widnow doesn't appear.
    Thanks
    Joey

    Yes, that is exactly how to use dual monitors.
    Optionally:
    if the second monitor has DVI input, use the MiniDisplay Port to DVI adapter.
    or if it has Display Port input, then all you need is a straight MiniDisplay Port to Display Port cable.
    In Quick Links try Account if Sign In does not work.

  • How do you get Firefox to remember the response sent to remember password for a site and then not ask the same question over and over?

    How do you get Firefox to remember the response sent to remember password for a web site and not ask over and over? The desktop version has a dialog box that you can check that says "Don't ask me this again". The mobile version doesn't. A real pain!
    Thankx

    You can switch off or uncheck the remember password in your settings :-)

  • Firefox 4 does not show the current browsing history, and I cannot acess my privacy tab in the options

    My browsing history is incomplete, it only shows through August. I also cannot access the privacy tab in the options folder, nor can I click on the stop private browsing.

    Maybe your Trend Micro took over the Privacy tab in Options?
    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Urgent - Things not working the same in server and local machine

    Hi,
    I have created an advanced table under advanced table as per the instructions in the dev guide. When the Add Row button is pressed in the parent table, I am inserting rows into the child VO and hence I should see rows in the child table in the UI. This is working fine in local machine. But when I deploy in the server it is not working. The child table is showing no search conducted. I have good OAF experience and have deployed things properly. But what could I be missing?

    Hi Sumit,
    "If the Child VO is not getting executed, please check the code which is responsible to execute the child VO. Do pay attention to exit clauses (like if conditions which skips a clause) and pay attention. "
    - If those things were a problem, it wouldn't have run in the local machine also right? Also, I ran diagnostics on the server and I can see the child VO is having the rows. It is something to do with the association of the child with the parent. But again: it's working fine on the local. That's what is bothering me and that's why I need some expert help. If you want, I can send you the page, controller and the AM ( 3 files)
    Of course redeploying the entire code, importing pages and bouncing is an option that could be explored.
    - Done that multiple times with a lot of care. Cleared Cache etc etc.

  • Firefox causes crash when using Youtube explorer does not have the same effect

    firefox causes crash when using Youtube explorer does not have the same effect

    Troubleshooting extensions and themes
    * https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    Check and tell if its working.

  • Works but not x2 iPad2.  WiFi network is the same for printer and all Apple devices.  Help.

    We are unable to print from ipad2 using Epson Artisan 730 printer.  Software download to Macbook was successful but unable to download software to x2 iPad2.  All Apple devices are on the same WiFi.  I followed the Epson instructions but message box pops up stating Safari unable to download file.  Any suggestions.

    Welcome to Apple Discussions.
    The iPad and iPad 2 using iOS do not use the same software as your Mac using OS X.
    They are entirely different operating systems.
    Look in the iPad Apps Store for Epson iPrint app for iPad. It is free.
    The Artisan 730 is one of the printers the app supports, so this app should allow you to print from your iPad.
    If you're looking from the Mac side, open iTunes, and the iTunes Store, then the App Store, and search for Epson iPrint for iPad

Maybe you are looking for

  • One wifi spot my iPhone connects to wifi but not internet. All other devices connect to internet.

    My iPhone connects to wifi just fine. When it does it connects to the internet just fine except in one location. My house. My MacBook Pro, my wife's iPhone and her iPad get on the internet there just fine. My Iphone's IP address it begins with a 10.

  • Access to load balanced web site

    I have a wierd problem where browsers on one subnet in my company cannot access any web sites that are load balanced in our data center. Other subnets can access the load balanced sites fine. Browsers on the subnet in question CAN access other non-lo

  • IPod won't start after iOS 5.0 failed install

    I have an iPod Touch, 4th generation (4.3.5, not jailbroken), and an ASUS laptop running Windows 7 64-bit. Around noon today, I downloaded the iOS 5.0 upgrade and attempted to install it. I got an error 3200 from iTunes, so I Googled on the matter. I

  • How to format in contacts

    How do you format text in Contacts? Itallics, Underlinging, Bold, etc

  • Reg: Code page in SAP PI

    Hi , my requirement was , i am doing an outbound idoc scenario in which we get data from R3 in korean language, but when they are transformed through PI they are showing the values like "#######", can u help me what needs to be done.