Weird Inspector hotkey behaviour

The built in Firefox web developer tool inspector can be called with CTRL+SHIFT+I. which will show the web developer toolbar and you can also select a desired element on the page. Now, when I want to select another element and press CTRL+SHIFT+I again, it closes the toolbar. WHY ON EARTH? Is there any way to eliminate this overly annoying toggle behaviour?
I don't want to click every time on an icon, to inspect an element. I want a shortcut which always brings up the toolbar and lets me inspect any element on the page. Like firebug's CTRL+SHIFT+C does it.
Ideas?

Ctrl+Shift+i works like Ctrl+Shift+k and other toggles that open/shut the relevant pane. I don't think it was ever intended to reactivate inspect mode. Someone needs to define a new keyboard shortcut for that.
I looked into using [http://forums.mozillazine.org/viewtopic.php?f=48&t=72994 keyconfig 20110522] for that, but I don't know how to invoke the inspector.highlighter.unlockAndFocus() method from an object available to the extension. I'm sure someone does.

Similar Messages

  • Address Book - Weird text field behaviour

    In Address Book when I try to edit any text field weird things happen.
    When I start typing all the previous characters are repeated with each keystroke - for example typing "Thomas" would become TThThoThomThomaThomas". Pressing the backspace, delete or the ESC key repeats only the keystrokes made, i.e. "Thomas" would be added to the end of "TThThoThomThomaThomas".
    If I click into another field and start typing it still remembers all the previous keystrokes and puts all of them in front of the key I just pressed.
    Additionally, nothing can be typed in the notes field.
    I've tried deleting:
    ~/Library/Preferences/com.apple.AddressBook.abd.plist
    ~/Library/Preferences/com.apple.AddressBook.plist
    but that doesn't fix it.
    Anything in ~/Library/Application Support/Address Book be the problem?
    When I log in a a guest user this behaviour is not present.

    It's good that you tried this on a different account. That suggests that the problem exists somewhere in your user account directory. I don't think anything in ~/Library/Application Support/AddressBook/ would cause this. Do you have any input managers installed? These might be in ~/Library/Input Managers/ or something like that. I've never installed one myself, so I am not certain where they are. I think if you find one, you can just remove it from that folder by dragging it out, and then restarting Address Book might solve the issue.

  • X131e - weird browser tabs behaviour

    Hello all. Took delivery of an X131e a few days ago. OVer the past few days I have noticed an intermittent issue with the behaviour of tabs in both Explorer and the latest version of Firefox I installed. Essentially, what happens is that every time I click on a link it opens in a new browser window. This didn't happen to start with and it goes back to normal after I restart Windows. This 'fault' seems to start up randomly. It happens in both Explorer and Firefox (so does not appear to be a browser-specific setting).
    I am aware that some links are specifically set to open in a new tab/browser window by the page's designer, but this is every single link, even just Google search results. Select a link with left button above track pad and link opens in a new tab. Extremely frustrating. Restart computer, run exactly the same search and clicking the link works as it should. a day or two later and the tabbing thing has started again.
    Machine is running Windows 7 Home Premium. I don't shut it down when I have finished with it; I just close the lid.
    Can anybody suggest what might be causing it and how I might prevent it?
    Solved!
    Go to Solution.

    Hi there,
    From what I'm gathering, it's almost like you're clicking the link and even though you're not pressing Ctrl, a new tab opens like it would if you were holding that key, is that a correct assessment of the situation?
    If so, have you checked Sticky Keys in Control Panel?
    Ed
    Was this or another post on the forum helpful? Click the star on the left side of the screen to give kudos! Did someone solve a problem you encountered? Mark it as "solution provided" to help others with the same problem.

  • Weird OT font behaviour in InDesign and Illustrator

    Hi font experts.
    I've been directed here by someone at the InDesign forum, who thought you might be able to help.
    Can anyone explain what's happening here?
    I've loaded an OT version of Zapf Dingbats into Suitcase Fusion on my Mac Pro and it seems just fine. Font Doctor says its OK. Suitcase Fusion says its OK. The font characters display correctly in Fusion.
    I can use both the TT and OT versions of the font in Mail and Word. Both versions print OK, too.
    But when I apply the OT font in Adobe InDesign or Illustrator, all I get to see is boxes with a cross through them and that "missing font" pinkish hue.
    No other OT fonts pose this problem. And deleting the TrueType font of Zapf Dingbats makes no difference so it's not a duplicates problem.
    As a result of the above I've temporarily ditched Fusion today to try out FontExplorer (which I like). Comparing the two fonts in there, I can see that there are lots of "missing" characters in the OT version if I select "Show missing characters", but none in the TT version. Not sure if that's relevant.
    Also, each character in the OT version has a lot more information, including Character Code, Unicode, Glyph ID, HTML and Keystroke, whereas the TT version simply has the Glyph ID. Don't know if that's relevant either. Incidentally, the keystroke doesn't work in InDesign or Illustrator.
    Thanks for any suggestions or solutions to this annoying issue. It seems very weird but maybe there's a simple explanation. Cheers.

    Dang! It was so obvious. The OT version has the symbols in the correct place in the glyph palette. The letters and numbers that I used to type to get the bullets and scissors are empty characters in OT. Thanks to Carl over at Extensis for enlightening me. Boy was I being dim.

  • Weird Image Processor Behaviour

    The image processor has started acting really weird a couple of hours ago. I have been trying to figure the problem out since then, but to no avail. It all started when I tried to run batch processor from the Bridge with a really simple action that is just meant to save the images as a TIFF. This has worked before and I did not change the setup in any way. But this time many of the images just stayed open in Photoshop. They were neither saved nor closed - others were, though. I played around with the settings, repaired permissions, deleted cache files, etc. Then at one point, when I ran the image processor again, it suddenly started to open random raw files! These files are on the same hard drive as the .psd files I was trying to convert, but they are not even nearly in the same directory. In fact, these happened to be really old pictures that I hadn't seen in a while. That scared me. Also I am at the end of my wits. The only thing left to do would be to uninstall and then reinstall Photoshop, I guess. But that would mean, that I would have to go through all the settings again, import my actions, keyboard shortcuts, etc. I'd like to avoid that if possible.
    I am using Photoshop CS 5.0.1 on an iMac running MacOS 10.5.8.

    You mention Image Processor and Batch, which are two different things – which did you employ?
    Could you post a screenshot of the Actions Panel with that specific Action clicked open just to make sure which steps are included?
    And have you tried trashing prefs (after making sure your presets are saved)?

  • Very weird af:forEach behaviour

    I've got a page with a table in it and some filter code so the user can specify a string and only rows that have that string in any of several fields will be displayed. To refine the search, it can be repeated with another word which gets added to any that are already in there. Behind it is an ArrayList in a backing bean containing the individual search terms. The ArrayList gets passed to a method in an application module which builds a predicate out of them all and calls .setWhereClause on the relevant VO. This all works OK.
    Then to indicate that the displayed list is filtered, I want an af:showDetail at the top which summarises the filter that's been applied and lets the user expand it to see the list of search terms. Something like this;
    <af:panelBox rendered="#{backing_UserManagement_UserManagement.resultsFiltered}"
    width="100%">
    <af:panelTip>
    <af:showDetail disclosed="false">
    <af:panelList binding="#{backing_UserManagement_UserManagement.filterList}">
    <af:forEach items="#{backing_UserManagement_UserManagement.criteria}"
    var="thisSearchCriterium">
    <af:outputText value="Username or real names contain '#{thisSearchCriterium}'"/>
    </af:forEach>
    </af:panelList>
    <f:facet name="prompt">
    <af:outputText value="#{backing_UserManagement_UserManagement.filterSummary}"/>
    </f:facet>
    </af:showDetail>
    </af:panelTip>
    </af:panelBox>
    This in itself works OK, however elsewhere on the page very odd things happen whenever there is anything non-trivial inside the af:forEach. Columns become duplicated inside the table, and panelBox elements elsewhere on the page- and their contents- also become duplicated. If I reduce this right down to the bare minimum, the odd behaviour occurs with
    <af:forEach items="#{backing_UserManagement_UserManagement.criteria}"
    var="thisSearchCriterium">
    <af:commandButton text="commandButton 1"/>
    </af:forEach>
    but not with
    <af:forEach items="#{backing_UserManagement_UserManagement.criteria}"
    var="thisSearchCriterium">
    <pre> Hello World </pre><hr>
    </af:forEach>
    Though the "Hello World" lines appear at the top of the page, outside any ADF elements (even when defined inside an af:panelBox or similar) so this doesn't give me a way of getting to the result I want.
    Has anyone seen this kind of thing before and solved it?

    Hi,
    put a print statement into your managed bean and see how often it gets executed. Usually this is 2 times the case. You can set a flag after the first run , or just set refresh as needed in the iterator binding with a refresh condition of prepareRender or prepareModel
    Frank

  • Weird flash plugin behaviour

    Hello guys and girls.
    Recently I switched back from catalyst to the opensource driver. Everything worked fine after that.
    Now I updated my system a week ago and for some reason my flash player behaves weirdly since then.
    When I got 2 or more tabs open and all of them having flash active, flash stops displaying correctly when I close one of them.
    Is this a known problem? I couldn't find any posts mentioning this, so I thought I should post a topic here.
    Thanks in advance,
    szt

    I've been having flash issues lately too, although different ones from yours. Flash videos on lots of sites refuse to go fullscreen. sometimes they will go fullscreen once, but if I unfullscreen and try again it will be broken until I restart firefox. youtube is the only site it works reliably on. I resolved my issues by using chromium and chromium-pepper-flash, which is far more up to date and less buggy than flash 11.2

  • Weird DocumentBuilderFactory.newInstance() behaviour

    problem summary
    ==============
    jvm breaks when I call DocumentBuilderFactory.newInstance(). I suspect its something to do with security but no exception is caught in the try...catch block where DocumentBuilderFactory.newInstance() is called.
    Other info about the problem
    ======================
    I'm working on an application that use 'presence service' and message queue service. When I use Sun's message queue service, jvm doesn't break. But when I use a SKype client (jskype) jvm always fail even though jskype doesn't reference DocumentBuilderFactory.newInstance() at all. Anyone?

    That's great thinking Fred.
    I've working on a much cut down and simplified version with just program changes to find out the cause of the behaviour.
    I tried your note off suggestion without success, but your comment on the original multi being "blocked" led me to route the final events to a second copy of the multi instrument rather than the original, and it works - the custom bank changes are correctly output!
    Maybe there's some kind of internal message validation or something, I'm not quite sure. But using a second copy of the multi instrument - though not ideal - is a perfectly acceptible workaround.
    So thanks for the pointer - you really helped me out..!

  • Weird window decoration behaviour

    Has anyone else experienced windows, particularly in Finder, though sometimes in Safari, that appear to be only "semi" active as in the screenshot linked below?
    http://dl.dropbox.com/u/2459380/weird.png

    Try selecting one of the Devices or Places in the Sidebar on the left.
    If that doesn't help, go to ~/Library/Preferences and move the com.apple.finder.plist file to the Trash.
    ~ (Tilde) represents your Home Folder.
    Restart your Mac.

  • Weird Quick Time Behaviour

    Hi,
    I have to translate a fla into DVD. The picture become soft
    and blurry when exported in AVI, but the export in .mov produce a
    very clean and crisp image. Re-exporting from QT Pro for import in
    a video editor program works perfectly well. The problem comes from
    randomly "sliding" frames. I'm not talking about flickering... It
    looks as the picture has been spilt in the middle and the 2 parts
    are sliding on top of each other.
    The Fla is a 15 minutes corporate film designed for
    projection with no action script involved. On these 15 minutes this
    weird effect appear 4 or 5 times, lasting approx. 1/3 of a second.
    Did anybody came accross this before? Is there an answer?
    Thanks in advance,
    Dominique

    Hi,
    I have to translate a fla into DVD. The picture become soft
    and blurry when exported in AVI, but the export in .mov produce a
    very clean and crisp image. Re-exporting from QT Pro for import in
    a video editor program works perfectly well. The problem comes from
    randomly "sliding" frames. I'm not talking about flickering... It
    looks as the picture has been spilt in the middle and the 2 parts
    are sliding on top of each other.
    The Fla is a 15 minutes corporate film designed for
    projection with no action script involved. On these 15 minutes this
    weird effect appear 4 or 5 times, lasting approx. 1/3 of a second.
    Did anybody came accross this before? Is there an answer?
    Thanks in advance,
    Dominique

  • Weird csv import behaviour...

    Hi guys!
    I was wondering if any of you encountered a werid csv import behaviour:
    If the csv file I'd like to import has columns shortened...I mean sometimes you have to click twice on a column to see its full content..and I'm talking about the situation where you don't see it in a full spectrum. Then if im trying to import it I receive an error...if immediately after that I click twice on every column of that csv file...the import works fine...
    Any ideas?
    With regards,
    PsmakR

    Hi guys!
    I was wondering if any of you encountered a werid csv import behaviour:
    If the csv file I'd like to import has columns shortened...I mean sometimes you have to click twice on a column to see its full content..and I'm talking about the situation where you don't see it in a full spectrum. Then if im trying to import it I receive an error...if immediately after that I click twice on every column of that csv file...the import works fine...
    Any ideas?
    With regards,
    PsmakR

  • Weird copying region behaviour

    I wonder if anybody else is familiar with this behaviour...
    Normaly you copy a region by using the ALT key and dragging... this creates a new region with the postfix .1 which is independend of the original region.
    When you add the SHIFT key (used (by me) to copy the region at exactly the same position on another track) it creates a copy, but it DOESN"T add the postfix. If you edit the length of this (copied) region it will also alter the length of the original region... If in the meantime you changed the position of the 'new' region, you're not aware that you're also editing the original...
    Very bad 'feature' in my opinion. I should think the use of the SHIFt key should only affect the dragging behaviour. Or it should say so in the new region that it isn't a copy but the same region... It ****** up many a song for me in the past until I finally tested today what was causing this...
    G4 800 Quicksilver, 768 Mb Ram   Mac OS X (10.4.7)   Emagic Audiowerk 8, LP 7.2.1

    maybe...
    I remember in 'the old days' (I'm not sure if it's the same key combination) you could make ghost copies... Yes, they were (are?) usefull, but they used to look very different... I remember something like --> added to the name and an italic look to them... This made it very clear that you were dealing with the original... Now I realy have to look carefully that I'm not ******* up anything somewhere else in the song...
    I would say that aligning the new region the way you want it and changing the way it's copied are two different things and should have two different key combinations -or have their workings be added to the name / look of the new region.
    Again, now I know what exactly the problem is, but it took me a while to find out why my songs / edits got so ******...
    G4 800 Quicksilver, 768 Mb Ram Mac OS X (10.4.7) Emagic Audiowerk 8, LP 7.2.1

  • Vim weird irregular freezing behaviour

    Without updating in between, vim has started to behave weirdly:
    It freezes when opening certain files or files in certain directories. Not responding to any command, but showing the typed letters in the command 'area', overwriting status text.
    It will do so until I 'do' something with the file, such as `mv file.tex file.tex` (even though one would think that does very little, if anything, to the file.
    I removed existing backup files and e.g. cat works fine on 'frozen files'; suggesting they are not corrupt.
    Anyone any idea?
    Last edited by A.J.Rouvoet (2013-06-15 11:44:20)

    thisoldman wrote:
    Could the freezes be occurring when the swapfile is syncing?  Running iotop might tell you.  Or you can simply test by running without a swapfile – add 'set noswapfile' to your '.vimrc'.  You do risk losing some data (the last unsaved changes) if vim crashes while running without a swapfile.
    A less drastic change is to switch the swapfile syncing to disk with fsync to use sync instead, with set swapsync=sync.  Or set the swapfile to a different directory from the file being edited, say '/tmp', with set dir=/tmp.
    You also could try turning autoread off, set noautoread.
    :help swapfile
    :h swap-file
    :h swapsync
    :h dir
    :h autoread
    I already had set noswapfile in my .vimrc

  • Weird battery charging behaviour

    Ok, I'll start by saying that this is a problem that has been coming and going for quite a while (definitely months, maybe years). But for the sake of illustration, I'll describe what happened today.
    So last night I was using my laptop on the couch (not plugged in) and fell asleep. Woke up to a dead battery. No problem, I plugged it in and woke it up and was good to go. Several hours later I noticed that my battery charge was still at 1 or 2%, though clearly it was running just fine off AC power. Looking at the light on the power adapter, I thought it was completely off until I read a few support posts and found out that "dim green" is an option. Upon close examination, yep, dim green. System Information said the battery itself was ok (cycle count 153, condition normal) but not charging. Under AC Charger Information, it said Connected: yes, Charging: no.
    Unplugging and replugging the adapter a few times didn't seem to do anything. There's no obvious gunk in around the terminals. I shut down and reset SMC, no change. Finally I just fiddled with the adaptor (unplug, replug, flip around, wiggle up and down) until the light turned briefly green, and then orange. Now it's clearly charging (up to 38% now, and battery icon has a little lightning bolt) although System Info still says it isn't charging.
    Oh, hang on. I just quit and restarted System Info, and now it says it is charging! Huh.
    Addendum: While adding tags I noticed that the light on the adapter is back to dim green. System info still says it's charging, and battery % charged numbers are still going up.
    I'm guessing it's an issue with the magsafe adaptor, just not sure how you end up with a temporary situation where the laptop can run on AC power but can't charge the battery.
    Oh, and in case it's relevant: I'm running a 13" mid-to-late 2009 MacBook Pro, the kind with a non-removable battery, though I did have the battery replaced (by a friend who is Apple-certified) less than a year ago. The AC adaptor I'm using is the one that came with the computer. I'm pretty sure the problem pre-dates the new battery (since it comes and goes, and because I spend a lot of time using the laptop at home while plugged in, I don't always notice).

    I had this exact same problem with my mid-2009 MBP as well. My adapter (white connector) has suddenly stopped charging the computer and displayed a very dim-green LED instead of the normal orange or bright green.
    I came to the conclusion that the adapter has been shorted out in some way (possibly due to old age) and that was the cause of this. Sure enough my local Apple retailer sold me a new adapter that everything has been fine ever since. I even enjoy the new design - the metal-tipped connector that faces sideways.
    Unfortunately the adapter cost me $80, but was a small price to pay as opposed to replacing my laptop. Since this sounds like the exact same issue I faced, I would recommend you purchase a new MagSafe. Just make sure you get the right one for your model (should be a 60W MagSafe)
    Hope this helps you out!

  • Weird group address behaviour

    I have one group of addresses that I use at work in my address book.
    However when I autofill the group name in mail, there is an address that is not in my group but would have been some time ago.
    I have tried deleting & recreating the group to no avail.
    I then noticed that the group with the old address was in my address book in entourage, which I then deleted.
    However the old group still appears in mail when i type it into the to field. The old address that i no longer want appears nowhere in my address book as I deleted it ages ago but still in the group which was in entourage but is no longer in entourage.
    This is driving me mad, why can't I delete this group & recreate it without this address.
    Why was mail using the entourgae address book rather than tha main address book app?
    Help..........
    John

    Hello John,
    I was having the same issue recently as well, and it was frustrating me like crazy. I'd also attempted recreating the group from scratch, creating a new group with a different name to test with, and many other steps, but it didn't seem to work.
    I believe there is some kind of bug where Address Book and Mail don't communicate very well with Exchange synched groups.
    The way I was able to get it to work was to: Quit mail and address book, then go to your home folder--> Library--> Caches, and delete the Cache.db file.
    It seemed to work after doing those steps, but I'm not sure if it's updating the groups after adding or removing people until I trash that Cache.db file again.
    See how it does for you, but it definitely is not working properly, so I'm guessing it's a bug that needs to be squashed. Hopefully those steps above help though!

Maybe you are looking for

  • Change Font Size TextFormat in TextField

    Project: Simple Click Counter of two separate buttons. Problem: Font size of clicks needs to be changed/increased. link to .fla Not sure where to place this code in the script below. (inserting it causes font to initially to be correct size of 20 but

  • ISync 2.2 Finally Syncs With The Nokia 8800!!!

    Now whaddya know!!! I just bought this damned phone a month ago and the update came just in time! To **** with PhoneDirector!

  • BUSINESS PROCESS FOR TYRE INDUSTRIES

    WHAT IS THE BUSINESS PROCESS FOR TYRE INDUSTRIES....    PLZ ANSWER ME ASAP......

  • Why does my iPad freeze and crash?

    WHen I log into my iPad I put in my password and then the home screen appears and it freezes. I cannot do anything. The screen does not work. After a few minutes it restarts on its own. This has happened several times in a matter of a few days. Does

  • Advantages and disadvantages of Analytical function

    Plz list out the advantages and disadvantages of normal queries and queries using analytical function (Performance wise)