Introduction to the DOM InspectorWednesday November 6th, 2002Ian Oeschger has written an introduction to the DOM Inspector, the Mozilla tool for examining and editing the DOM of a webpage or XUL application. This isn't the first DOM Inspector tutorial; grayrest wrote a beginner's guide in June. Yes, that's what I think. This should be part of the help documentation. F1 should open a new window and display this kind of info, but I would change the layout a bit first. However, good to see movement on this front. Just my $0.2 cent The ctrl+shift+i stopped working for me a couple months ago. I've dumped my profile and installed new versions to no avail. Any tips? i found the same thing a little while ago, and did a bugzilla search right now. i found this bug: http://bugzilla.mozilla.org/show_bug.cgi?id=150650 which has a comment (#2) stating that when running Trillian, for some reason (?!) this shortcut doesn't work. sure enough, when i shut down Trillian, the shortcut worked again. i started Trillian back up, and no more ctrl+shift+i. :( hi, i think i have a way to disable Trillian's interception of the Ctrl+Shift+I event, and thereby allow it to work again for the DOM Inspector (and probably Photoshop too, for WillyWonka ;).. shut down Trillian if it is running, and open this file for editing: TrillianusersdefaultEvents.xml (or under the appropriate user, if not 'default'). then, delete the XML tag that is labeled: EventItem type="Hotkey: Ctrl-Shift-I" (you may be able to simply set the 'enabled' attribute to 0, alternatively) then save the file and restart Trillian. this procedure seems to successfully deactivate the Ctrl+Shift+I keybinding for Trillian, freeing it up again for Mozilla. it appears that it does not get regenerated upon restarting Trillian, either, which is nice.. I tried installing the DOMInspector from the link at the bottom of the article and it didn't work for NS7. So I want to the 1.0.1 release and installed the DOMInspector from there: http://ftp26moz.newaol.com/pub/mozilla/releases/mozilla1.0.1/windows-xpi/inspector.xpi |