Web Inspector Search Suggestion

Coming from Google Chrome's Web Inspector, I had a little bit of a learning curve in order to get use to Safari's. However, I really like Safari's approach. But, allow me to make a suggestion.
I notice there is a filter field on every pane in the left sidebar. There is also a search panel with it's own button/tab. I realized that this extra button is unnecessary and you can achieve the same functionality with just one single search field where the current filter field is. This search field would be persistent on every panel. It could act as both a search field and a filter field. When you enter text, it begins to filter the current pane or search. When you press enter though, it does what the current search field does in the search pane --  it turns the entire pane into a search pane with the ability to close it with an "x" button in the field or using the esc key.
What say the community? I'm not sure if this is the right place to discuss this, but hey.

Really; no one wants to comment on this suggestion?

Similar Messages

  • I have an iphone5 which is currently off ( network I use to have with sprint) but now I'm using wifi. All of my apps work fine except my safari (web). When I'm ready to search suggestions won't pop up and my screen will freeze and go blank. HELP PLS

    I have an iphone5 which is currently off ( network I use to have with sprint) but now I'm using wifi. All of my apps work fine except my safari (web). When I'm ready to search suggestions won't pop up and my screen will freeze and go blank. Even my bookmarks won't load. I don't know what the problem is can someone please help

    I have an iphone5 which is currently off ( network I use to have with sprint) but now I'm using wifi. All of my apps work fine except my safari (web). When I'm ready to search suggestions won't pop up and my screen will freeze and go blank. Even my bookmarks won't load. I don't know what the problem is can someone please help

  • Error while generating Static web pages hierarchy for Web Crawler searching

    Hi All,
    When we are trying to generate Static web pages for Web Crawler searching for our B2C application it is resulting in an error :
    u201CUnable to initiate generation of static pages; check logsu201C
    After tracing the log files we found out the below detailed information:
    application [catalogtool] Error in method getResourceAsStream(WEB-INF/cfg/catalog-site-config.xml). The error is: com.sap.engine.services.servlets_jsp.server.exceptions.WebMalformedURLException: A resource path must begin with [/]. The error occurred in [].
    at com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl.getResource(ServletContextImpl.java:452)
    at com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl.getResourceAsStream(ServletContextImpl.java:481)
    at com.sap.isa.core.ActionServlet.getResourceAsStream(ActionServlet.java:297)
    at com.sap.isa.catalog.impl.CatalogSite.loadConfigFile(CatalogSite.java:666)
    at com.sap.isa.catalog.impl.CatalogSite.initBackendObject(CatalogSite.java:209)
    at com.sap.isa.core.eai.BackendObjectManagerImpl.createBackendBusinessObject(BackendObjectManagerImpl.java:190)
    at com.sap.isa.catalog.CatalogFactory.getCatalogSite(CatalogFactory.java:261)
    at com.sap.isa.catalog.webcatalog.WebCatInfo.init(WebCatInfo.java:237)
    at com.sap.isa.businessobject.webcatalog.CatalogBusinessObjectManager.createCatalog(CatalogBusinessObjectManager.java:103)
    at com.sap.isa.catadmin.actions.WebCrawlerAction.doPerform(WebCrawlerAction.java:93)
    at com.sap.isa.core.BaseAction.execute(BaseAction.java:212)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at com.sap.isa.core.RequestProcessor.processActionPerform(RequestProcessor.java:683)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:400)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
    at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
    at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
    at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
    at com.sap.isa.core.RequestProcessor.processForwardConfig(RequestProcessor.java:276)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
    at com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:400)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at com.sap.isa.core.ActionServlet.process(ActionServlet.java:243)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Can anyone assist as to what is getting wrong?
    I have a doubt in specifying the parameters "dumpFolder" & "templateFolder" in catalogtool XCM settings, We need to pass full path of the server directory here. please suggest what exactly has to be passed here.
    Currently i am passing values like this "/catalog/dump"& "/catalog/templates".
    We are running on CRM-7.0
    Thanks in advance.
    Pnakaj.

    Any Updates friends??

  • Problems saving resources in Web Inspector

    Often I want to save images from web inspector. But I'm having a couple of problems.
    1. "Open Image in New Window" does nothing.
    2. "Download Image" saves the image, but names it Unkown and without a file extension.
    Has anyone been able to get either of these features working?
    Safari Version 7.0 (9537.71)

    @Carolyn:
    Yes, I did search before but restricted it to the past month, because I had the feeling that it’s worse now since the update to 5.1.10, but I may be wrong.
    It seems this is an old and unsolved common problem.
    @andy:
    “Top Sites” is hot, but I’ve never used that funny dots without any mouse-over text.
    After deleting (before starting Safari)  it’s restored by a default TopSites.plist, it seems these cookies
    - are only reloaded when viewing the Top Sites (?)
    - are not among my reappearing cookies, I have never seen such a cookie / cache on my system before (e.g. expedia, orbitz, monster, usatoday, disney, craigslist).
    And Top Sites would not explain why the Web Inspector has different infos regarding use of cookies and local storage than Safari’s “Privacy” tab.
    After playing with deleting TopSites.plist, without surfing, suddenly I have ”121 cookies or other data” at Safari’s Privacy tab, nearly all are listed as “Cache” or “Cache, Cookies” but the Web Inspector doesn’t show any of them, only my google.co.uk items.
    ---> Thanks, I’ll send a feedback to Apple.

  • Sticking Safari cookies but they are not there in Web Inspector

    Hi,
    Now I’ve got the Safari 5.1.10 update (OS X 10.6.8) and still have the same problem as with several versions before, I think it’s even worse now:
    When surfing I’m used to “Safari / Reset Safari…” (with all options set to delete but website icons) to start from scratch from time to time.
    This will delete cookies and local cache, too, although it’s not clearly mentioned (?).
    My start page is google.co.uk and checking with the “Privacy” tab I usually see three items from Google.
    I think that would be OK.
    But:
    a) Sometimes there are still cookies / cache from sites that I have visited before,
    and
    b) Sometimes even after Privacy / “Remove All”
    (Cookies.plist is empty and Safari/LocalStorage folder is deleted now)
    and another Safari “Reset” some will return (e.g wikipedia.org, Local Storage, but also cookies from news or amazon or local storage use by apple.com).
    When I check using the Web Inspector / Resources there are no such elements to find, only from Google - but the “Preferences / Privacy” tab seems to know about them and they are back in Cookies.plist and Safari / LocalStorage ???
    c) Sometimes (I know, that’s bad), even when I reset + close Safari, open an other application, start Safari again - bang, several items (often more than before) are listed there but only Google is to be seen in the Web Inspector (screenshot 1).
    d) After closing the Web Inspector and “Remove All” I start the Web Inspector again, just to see e.g. a “cookie folder” from Google but it’s stating “This site has no cookies” (screenshot 2), and there are none in Safari. How would the Web Inspector know about google cookies (or local storage), only to show an empty “folder”?
    I really love Safari, I’d simply like to “flush” it from time to time when surfing.
    1) Is it my misunderstanding of Safari cookies / cache? Or the Web Inspector’s display?
    2) Why only “sometimes” (this point is most annoying)?
    3) How could I dig deeper (but I’m not a techie ! ), or
    4) Is this a known bug since years (Safari and / or Web Inspector), I didn’t find a similar topic here in the forums?
    Thank you for reading this lengthy and probably confusing stuff,
    Sancho

    @Carolyn:
    Yes, I did search before but restricted it to the past month, because I had the feeling that it’s worse now since the update to 5.1.10, but I may be wrong.
    It seems this is an old and unsolved common problem.
    @andy:
    “Top Sites” is hot, but I’ve never used that funny dots without any mouse-over text.
    After deleting (before starting Safari)  it’s restored by a default TopSites.plist, it seems these cookies
    - are only reloaded when viewing the Top Sites (?)
    - are not among my reappearing cookies, I have never seen such a cookie / cache on my system before (e.g. expedia, orbitz, monster, usatoday, disney, craigslist).
    And Top Sites would not explain why the Web Inspector has different infos regarding use of cookies and local storage than Safari’s “Privacy” tab.
    After playing with deleting TopSites.plist, without surfing, suddenly I have ”121 cookies or other data” at Safari’s Privacy tab, nearly all are listed as “Cache” or “Cache, Cookies” but the Web Inspector doesn’t show any of them, only my google.co.uk items.
    ---> Thanks, I’ll send a feedback to Apple.

  • I need to display a web app search form, inside the detail view of another web app. Does anyone know

    I can't seem to get a web app search form to work inside another web app detail page. Does anyone know if this is possible?
    I can display a list of web app items; and the search form works on a standard page; but when I try to load it within another web app's detail page, I get an error: "page not found". This happens regarless of whether I put {module_searchresuts} on the same page as the form, or if I redirect results to another page.
    Does anyone have any suggestions?

    Heya.. You currently can not do that within the detail view but it is possible to redirect the results to another page.
    Simply replace this red portion:
    action="/Default.aspx?SiteSearchID=50&PageID={module_oid}"
    with:
    ID=/results-page.html
    ...results-page.html being the page you want instead.

  • Two Bugs in Sysprep: No Win Updates and CopyProfile Copies Search Suggestions

    We are using Windows 8.1 Enterprise 64-bit with Update 1.
    I am not sure where (and even if) Microsoft accepts bug reports, but here are two that have been major annoyances for us for the past week.  They have workarounds, but they really need to just be fixed:
    1. Windows Updates Do Not Work in Audit Mode
    In Sysprep's Audit Mode, the Windows Update functionality does not work.  Updates can be manually installed or installed via PowerShell scripts, but the built-in update functionality does not work in Audit Mode.  This behavior is unexpected, detrimental
    to deployments trying to use official tools, and contrary to the behavior of Audit Mode in Windows 7.
    We have verified this behavior in multiple installations.
    2. CopyProfile Unexpectedly Copies Start Screen Search History
    The CopyProfile setting in the unattend.xml file mostly works as expected, but there is at least one effect that can result in unexpected behavior.
    The Start screen in Windows 8.1 allows the user to perform searches, with categories such as "Everywhere," "Settings," and "Files."  When searching using "Everywhere," your search terms are stored at the following
    location as LNK (shortcut) files:
    C:\Users\<USERNAME>\AppData\Local\Microsoft\Windows\ConnectedSearch\History
    When you use CopyProfile, these entries are transferred to the default profile, so all new users get the Administrator's search history, too.
    In addition to this simply being annoying, there is a more serious issue: if any term searched by the Administrator account refers to files or settings that other users cannot access, then the user will receive an "Access is Denied" message.
    For example, as the Administrator, I searched for "Device Manager" using the "Everywhere" setting on the Start screen.  A search-suggestion entry was created for this search term in the above folder path.  Then, I Sysprepped
    the image using the CopyProfile setting, which copied the search suggestion to the default profile.  I then logged into Windows using a new standard user account, and "Device Manager" was a search suggestion by default.  When I clicked
    on this search suggestion as a standard user, a message appeared indicating that access was denied.  At first, I thought I had a serious issue; it seemed to indicate, after all, that I had no access whatsoever to the Device Manager.  However, I could
    still get to Device Manager by going through the Control Panel, so I did have access to the Device Manager itself.  Clearing the search history entirely eliminated this problem.
    Sysprep, even with CopyProfile, should not copy the search history contained in the
    ConnectedSearch\History directory.  Copying the search history is useless in any practical deployment, it is unexpected, and it gives the impression that Windows is malfunctioning when it is, in fact, working just fine.
    Is there a way to report these (and other) bugs to Microsoft?

    First, I sent an email to the author of PhotoME to inform him of the serious issues his addon caused with Firefox latest versions.
    Now, for those of you who do not have the PhotoME addon and yet experience the same problem that I had and that I described above, I suggest the following strategy.
    As PhotoME did cause these problems with Firefox latest versions, I am pretty covinved other addons probably might cause these problems too. Therefore, adopt the following method.
    Test one addon at a time to see if this particular addon is behind your Firefox issues like the ones I had.
    So, disable one addon only at a time. Then close your Firefox and restart it from scratch and see if you still have your Firefox problems. You must restart the Firefox browser from scratch. If you still have these Firefox problems, re-enable the disabled addon, restart your Firefox (again!) and repeat the same method for every single addon that you have.
    Try to be selective by choosing first addons that are more likely to cause your Firefox problems such as not very well-known or not very popular addons (like it was the case for the PhotoME addon).
    If this method works or if it does not work, report it on this web page so that others can be helped with your comments.
    I hope this method will help you because I was really upset that I had these Firefox problems and I first thought it was the fault of Firefox, only to discover later that this PhotoME addon was the culprit and had caused me such upset.

  • Web Inspector not opening in v3.1

    I can not get the Web Inspector to open. Nor the Error Console or Network Timeline. Snippet Editor does open properly.
    Anyone else having this issue or have any suggestions? On Windows XP Pro and using v 3.1 (525.13)

    anyone?

  • Search Suggestion in WDA ?

    Hi,
    Search suggestion is sometimes useful, sometimes irritating. But for sure, it is 'cool' .
    I am wondering if this ajax-like feature could be implemented in search in Web Dynpro ABAP?
    As a newcomer in  Web Dynpro ABAP, the way I figure what the problem is - in WDA the whole page refreshes at a time. Is it really possible to capture keystroke and handle that without refreshing the entire page?
    Anybody out there have any idea regarding this?
    Thanks for your interest.
    Best Regards,
    Rajib

    Hi Thomas,
    Thanks for your prompt reply. Found the suggestValues property and enabled it.
    Is there any other thing to do to make it work? I mean connecting to the query behind the search or anything else?
       Yes I work in SRM(palo alto).
    Thanks and regards, Rajib

  • Google search suggestion does not work

    I have Google set as my default search engine in the upper right hand corner. Until today when I start typing it automatically gives suggestions. Now this feature does not work on my laptop which uses Windows XP. However, it works on my desktop PC using Windows XP just fine. If I go to google.com and start typing in the search bar the web site offers suggestions. Therefore I feel the problem has something to do with Firefox 3.6.8

    I use Firefox on mt mac. The toolbar search boxes stopped working with the latest upgrade to version 3.6.8

  • Web Inspector does not open

    I can not get the Web Inspector to open. Nor the Error Console or Network Timeline. Snippet Editor does open properly.
    Anyone else having this issue or have any suggestions? On Windows XP Pro and using v 3.1 (525.17)

    Ahhhhh finally found a solution here:
    http://weblogs.asp.net/davidbarkol/archive/2007/06/22/web-inspector-for-safari-o n-windows.aspx#6099915
    (direct links to comments don't seem to be working - look for the comment "Monday, April 14, 2008 10:46 PM by etc" - comment text below)
    ===============================================
    as read above
    windows xp pro users:
    fix for safari 3+
    1. edit with a text editor such as notepad: C:\Documents and Settings\<user>\Application Data\Apple Computer\SafariPreferences.plist
    2. towards the end of the file, add the following inside before </dict>:
    <key>WebKitDeveloperExtras</key>
    <true/>
    that's all, enjoy
    ===============================================
    btw, on my system the file name was "WebKitPreferences.plist"

  • Trouble Downloading MP4 from Web Inspector in Safari

    Hello,
    I have searched the web for an answer to this question but haven't had any luck.
    I am using Safari 6.0.4 and am familiar with how to download ebmedded videos from websites using the web inspector (i.e. opening the inpector, refreshing the page, opening the Other folder, locating the video in the left panel and double cliking it). I never have any troubles doing this, except for when the file is an mp4.
    When the file is an mp4, instead of downloading the video to my downloads folder, the video is launched in a new tab. In previous versions of Safari this would not be an issue, because I could simply drag the little blue dot in the address bar to the Show Downloads section and the video would start downloading. But unfortunately this function no longer works. I have tried any number of button presses and mouse clicks, but the only thing I can achieve is the video opening in a new tab where it cannot be downloaded from. The closest I can get is dragging the little blue dot into iTunes, but that only serves as a gateway to the online file.
    Does anybody have any ideas of how to get past this?
    Thanks in advance, and thanks for all of the great help this website has provided over the years.

    Paste the MP4's address into the address bar and press the Option and Enter keys.
    (81643)

  • I'm unable to turn off Search Suggestions in Firefox 10.0.2.

    I unchecked the "Show Search Suggestions" box in the "Manage Search Engines" pane. No change. Restarted Windows and the box was still unchecked, but the Google search suggestions still appear as I'm typing my search phrase. They also appear on sites like IMDB.
    How can I turn the suggestions off?

    Firefox has control over the (Google) search bar on the Navigation Toolbar.<br />
    So it is possible to disable the search suggestions when you do a search via the search bar.<br />
    On web pages there runs a script that monitors key presses and sends data to the server which responses by sending a (JSON) file that the script that has send the request interprets and shows as suggestions in a drop down list.<br />
    In such a case only blocking that request or the involved script(s) can prevent that.
    Maybe someone ar the NoScript forum has a suggestion how to deal with this.

  • Safari Web Inspector Syntax Colors

    Does anyone out there have the syntax color palate that the Safari Web Inspector uses? I know it's neurotic but I'm wanting to setup my BBEdit code colors the same and zooming in or taking screen shots into Photoshop produces pretty sad results as do Google searches. Again, I know it's OCD but I'm a developer, right? Thanks in advance.

    https://bugs.webkit.org/show_bug.cgi?id=13516
    It's not a high priority bug however, so don't get your hopes up
    Make sure to send your feedback as well.

  • How do you use web inspector with Windows 7

    I plug in the USB cable from my Windows desktop to my phone, The drivers are loaded successfully, but where can I find the Windows equal to Safari's advanced preferences.

    You can't. Web Inspector can only be enabled from a Mac computer. Not Windows.  As it requires the Safari browser on the computer, and the last version of Safari for Windows was discontinued years ago and did not have that feature any way.

Maybe you are looking for

  • AA mailmerge in Word 2007 (Office SP3) crashes. Windows 8.

    Have just installed AA 11.0.07 Every time I try to do a mailmerge: 1. A File save as box opens up. I don't know why. Nevertheless have tried saving as either .doc or .pdf 2. Word then crashes

  • Inventory Management- Printing Physical Inventory Document using Smart Form

    Scenario: Inventory Management- Printing Physical Inventory Document using Smart Forms I could found out that there is no standard smart form linked to Transaction MI21(Program-RM07IDRU). There is a sapscript ((INVNET) assigned to this transaction, b

  • Bought my first Mac and am curious about the learning curve for FCE HD

    After 30+ years in the DOS/Windows/PC world, I've ordered my first Mac -- a Mac Pro -- with Final Cut Express HD. I was wondering if other switchers could give me an idea of the kind of learning curve I'm looking at. I have used Sony Vegas Video almo

  • ITunes & Ipod not recognising

    Whenever I try to update my Ipod the ITunes does not recognise my Ipod & refuses to communicate with it. I have managed to solve them problem before by restoring the Ipod to its factory settings & re-registering the IPod to the account, but this take

  • Updating l&f at runtime

    Hi, I am porting an application from using JavaHelp to Oracle help. The application can change l&f at runtime. With the JavaHelp implementation we got a reference to the help window and made a call to SwingUtilities.updateComponentTreeUI (helpWindow)