Preview - hover panel in Search

Hi 
My OWA doesn't appear in the hover panel 
I've set the ports 80, 443, 806 to allow TCP/UDP on the SharePoint servers firewall
Made the WOPI binding on the SP server
The http://owaserveradresshosting/discovery shows a fine XML page... :)  
<wopi-discovery>
- <net-zone name="internal-http">
etc etc etc... 
can someone please assist in this - what am I missing? 

Hi,
According to your post, my understanding is that the search results page preview not worked.
This issue may be caused that the App server doesn't have a certificate which makes the server http and the crawler is pointed to the http App server to crawl the content.
You can add the certificate to the site in the App server, then do a full crawl to check whether it works.
If the above not works, it’s highly recommend to enable the HTTPS no matter it is for internal or external use to check whether it works.
The reason for that is that you can only have one WopiZone binding per SharePoint farm, HTTP or HTTPS.
If you ever have both HTTP and HTTPS web apps zones, you will need Office Web Apps to be HTTPS.
If it's HTTP only, you will get mixed content warnings when you are in an HTTPS site and you try and render HTTP Office Web Apps.
However if you try to render HTTPS Office Web Apps in an HTTP web app zone you will not get any warnings.
In addition, since the access token is passed between SharePoint and the Office Web Apps servers it is safer to have the traffic encrypted with SSL so that it cannot be sniffed out and replayed.
There is a similar article for your reference.
http://blogs.technet.com/b/office_web_apps_server_2013_support_blog/archive/2013/11/20/office-web-apps-2013-sharepoint-search-previews-fails-randomly.aspx
Thanks,
Jason
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Jason Guo
TechNet Community Support

Similar Messages

  • WordPartCustomRefiners (Entity Extraction) - Can i display it in search result hover panel?

    Hi,
    We use Refiners that come from Entity Extraction (In the Refinement Web Part i select: WordPartCustomRefiners2, WordPartCustomRefiner4 etc.).
    In case i want to display that also in search result hover panel - is it possible?
    to set in the hoverpanel display template something like: ctx.currentitem.WordPartCustomRefiner4
    keren tsur

    Hi keren,
    Here is an article talking about how to display custom managed properties in the hover panel of search results, please check if it is what you are looking for:
    http://blogs.technet.com/b/tothesharepoint/archive/2013/09/17/how-to-display-values-from-custom-managed-properties-in-the-hover-panel-in-sharepoint-server-2013.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Content Search Web Part with Hover Panel - Problem with positioning with css

    Hi guys!
    I´m having trouble with positioning the hover panel for the Content Search Web Part.
    I used
    this article to help me with luck as far as to the positioning. I´ve tried some inline styling but maybe my knowledge in css is no good enough here.
    Here´s a screenshot from how this looks like. The hover panel generates a gap between the result items, the same height as the hover panel:

    Hi Victoria!
    No the gap comes without any inline css added from me. I´ve tried some inline styling, like z-index and position.
    So, any ideas are welcome.
    Here´s how my Display Template looks like:
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
    <head>
    <title>RC Customer Documents</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Link URL&#39;{Link URL}:&#39;Path&#39;,&#39;Line 1&#39;{Line 1}:&#39;Title&#39;,&#39;Line 2&#39;{Line 2}:&#39;&#39;,&#39;FileExtension&#39;,&#39;SecondaryFileExtension&#39;</mso:ManagedPropertyMapping>
    <mso:MasterPageDescription msdt:dt="string">This Item Display Template will show a preview and properties for Record Center Customer Documents</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#SearchResults;#Content Web Parts;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://d-records.isbank.is/rc/search/_catalogs/masterpage/Display Templates/Content Web Parts/_isb_record_center/tutorial/RC_CustomerDocuments.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    <mso:CrawlerXSLFile msdt:dt="string"></mso:CrawlerXSLFile>
    <mso:HtmlDesignPreviewUrl msdt:dt="string"></mso:HtmlDesignPreviewUrl>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
    <!--
    Warning: Do not try to add HTML to this section. Only the contents of the first <div>
    inside the <body> tag will be used while executing Display Template code. Any HTML that
    you add to this section will NOT become part of your Display Template.
    -->
    <script>
    $includeLanguageScript(this.url, "~sitecollection/_catalogs/masterpage/Display Templates/Language Files/{Locale}/CustomStrings.js");
    </script>
    <!--
    Use the div below to author your Display Template. Here are some things to keep in mind:
    * Surround any JavaScript logic as shown below using a "pound underscore" (#_ ... _#) token
    inside a comment.
    * Use the values assigned to your variables using an "underscore pound equals"
    (_#= ... =#_) token.
    -->
    <div id="RC_CustomerDocuments">
    <!--#_
    var id = ctx.ClientControl.get_nextUniqueId();
    var itemId = id + Srch.U.Ids.item;
    var hoverId = id + Srch.U.Ids.hover;
    var hoverUrl = "~sitecollection/_catalogs/masterpage/Display Templates/Content Web Parts/_isb_record_center/tutorial/Item_RC_CustomerDocuments_HoverPanel.js";
    $setResultItem(itemId, ctx.CurrentItem);
    ctx.currentItem_ShowHoverPanelCallback = Srch.U.getShowHoverPanelCallback(itemId, hoverId, hoverUrl);
    ctx.currentItem_HideHoverPanelCallback = Srch.U.getHideHoverPanelCallback();
    var encodedId = $htmlEncode(ctx.ClientControl.get_nextUniqueId() + "_2lines_");
    var linkURL = $getItemValue(ctx, "Link URL");
    linkURL.overrideValueRenderer($urlHtmlEncode);
    var iconURL = Srch.ContentBySearch.getIconSourceFromItem(ctx.CurrentItem);
    var line1 = $getItemValue(ctx, "Line 1");
    var line2 = $getItemValue(ctx, "Line 2");
    line1.overrideValueRenderer($contentLineText);
    line2.overrideValueRenderer($contentLineText);
    var containerId = encodedId + "container";
    var pictureLinkId = encodedId + "pictureLink";
    var pictureId = encodedId + "picture";
    var dataContainerId = encodedId + "dataContainer";
    var line1LinkId = encodedId + "line1Link";
    var line1Id = encodedId + "line1";
    var line2Id = encodedId + "line2";
    _#-->
    <div class="cbs-Item" name="Item" id="_#= $htmlEncode(itemId) =#_" data-displaytemplate="RC_CustomerDocuments" onmouseover="_#= ctx.currentItem_ShowHoverPanelCallback =#_" onmouseout="_#= ctx.currentItem_HideHoverPanelCallback =#_">
    <div id="wrapper">
    <div id="_#= $htmlEncode(hoverId) =#_" ></div>
    </div>
    <a class="cbs-ItemLink" title="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureLinkId =#_">
    <img class="cbs-Thumbnail" src="_#= $urlHtmlEncode(iconURL) =#_" alt="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureId =#_" />
    </a>
    <div class="cbs-Detail" id="_#= dataContainerId =#_">
    <a class="cbs-Line1Link ms-noWrap ms-displayBlock" href="_#= linkURL =#_" title="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= line1LinkId =#_">_#= line1 =#_</a>
    <!--#_
    if(!line2.isEmpty)
    _#-->
    <div class="cbs-Line2 ms-noWrap" title="_#= $htmlEncode(line2.defaultValueRenderer(line2)) =#_" id="_#= line2Id =#_">_#= line2 =#_</div>
    <!--#_
    _#-->
    </div>
    </div>
    </div>
    </body>
    </html>
    And here´s the hover panel:
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
    <head>
    <title>RC Customer Documents Hover Panel</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:MasterPageDescription msdt:dt="string">Displays a result hover panel tailored for a Portable Document Format (PDF) document.</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#SearchHoverPanel;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Title&#39;:&#39;Title&#39;,&#39;Path&#39;:&#39;Path&#39;,&#39;Description&#39;:&#39;Description&#39;,&#39;EditorOWSUSER&#39;:&#39;EditorOWSUSER&#39;,&#39;LastModifiedTime&#39;:&#39;LastModifiedTime&#39;,&#39;CollapsingStatus&#39;:&#39;CollapsingStatus&#39;,&#39;DocId&#39;:&#39;DocId&#39;,&#39;HitHighlightedSummary&#39;:&#39;HitHighlightedSummary&#39;,&#39;HitHighlightedProperties&#39;:&#39;HitHighlightedProperties&#39;,&#39;FileExtension&#39;:&#39;FileExtension&#39;,&#39;ViewsLifeTime&#39;:&#39;ViewsLifeTime&#39;,&#39;ParentLink&#39;:&#39;ParentLink&#39;,&#39;FileType&#39;:&#39;FileType&#39;,&#39;IsContainer&#39;:&#39;IsContainer&#39;,&#39;SecondaryFileExtension&#39;:&#39;SecondaryFileExtension&#39;,&#39;DisplayAuthor&#39;:&#39;DisplayAuthor&#39;,&#39;ServerRedirectedURL&#39;:&#39;ServerRedirectedURL&#39;</mso:ManagedPropertyMapping>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://d-records.isbank.is/rc/search/_catalogs/masterpage/Display%20Templates/Content%20Web%20Parts/_isb_record_center/tutorial/Item_RC_CustomerDocuments_HoverPanel.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    <mso:CrawlerXSLFile msdt:dt="string"></mso:CrawlerXSLFile>
    <mso:HtmlDesignPreviewUrl msdt:dt="string"></mso:HtmlDesignPreviewUrl>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
    <div id="Item_RC_CustomerDocuments_HoverPanel">
    <!--#_
    var i = 0;
    var id = ctx.CurrentItem.csr_id;
    ctx.CurrentItem.csr_ShowFollowLink = true;
    ctx.CurrentItem.csr_ShowViewLibrary = true;
    ctx.currentItem_ShowChangedBySnippet = true;
    _#-->
    <div class="ms-srch-hover-innerContainer ms-srch-hover-standardSize" id="_#= $htmlEncode(id + HP.ids.inner) =#_">
    <div class="ms-srch-hover-arrowBorder" id="_#= $htmlEncode(id + HP.ids.arrowBorder) =#_"></div>
    <div class="ms-srch-hover-arrow" id="_#= $htmlEncode(id + HP.ids.arrow) =#_"></div>
    <div class="ms-srch-hover-content" id="_#= $htmlEncode(id + HP.ids.content) =#_" data-displaytemplate="RCCustomerDocumentsHoverPanel">
    <div id="_#= $htmlEncode(id + HP.ids.header) =#_" class="ms-srch-hover-header">
    _#= ctx.RenderHeader(ctx) =#_
    </div>
    <div id="_#= $htmlEncode(id + HP.ids.body) =#_" class="ms-srch-hover-body">
    _#= ctx.RenderBody(ctx) =#_
    </div>
    <div id="_#= $htmlEncode(id + HP.ids.actions) =#_" class="ms-srch-hover-actions">
    _#= ctx.RenderFooter(ctx) =#_
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>
    Thnx :)

  • Visio vsdx files don't have a hover panel display in search results

    Greetings,
    I've noticed that Visio documents with vsdx extension don't have a document icon in the search results, nor do they have a hover panel to preview the document.
    It seems like it's supposed to be there out of the box according to this article. Any thoughts?
    https://technet.microsoft.com/en-us/library/dn386874.aspx
    -Doug

    Hi,
    From your reply, you wants to get the icon for Visio document, and the steps to build a hover panel to render a Visio document.
    For the icon issue, the Visio documents with vsdx extension don't have a document icon in the search results, so we need to create icon for the Visio document.
    The following articles are about creating icon for some types of document, hope they will help:
    How to: Change the Icon for a Search Result:
    https://msdn.microsoft.com/en-us/library/office/cc789805(v=office.12).aspx
    How to display values from custom managed properties in search results - option 1:
    http://blogs.technet.com/b/tothesharepoint/archive/2013/09/11/how-to-display-values-from-custom-managed-properties-in-search-results-option-1.aspx
    For the hover panel issue, we need to create hover panel display template for Visio documents. There are three steps we need to follow:
    Decide which hover panel display template to modify
    Copy an existing hover panel display template
    Modify a hover panel display template to show values from custom managed properties
    Detailed information, please refer to the article below:
    How to display values from custom managed properties in the hover panel in SharePoint Server 2013:
    http://blogs.technet.com/b/tothesharepoint/archive/2013/09/17/how-to-display-values-from-custom-managed-properties-in-the-hover-panel-in-sharepoint-server-2013.aspx
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Hide the blue bar footer that comes in hover panel preview.

    Hi,
    I want to hide/disable the "Menu" and "Full Screen" option that comes  in hover preview panel.
    I have highlighted it as red circle in the hover panel in below image. 
     please help me out in getting rid of that menu and full screen option
    Thanks,
    Rajesh

    Hi,
    According to your post, my understanding is that you want to hide the blue bar footer that comes in hover panel preview.
    To custom the hover panel, you need to copying the item display template
    named Item_Default.  The
    Item_Default display template contains a reference to the
    Item_Default_HoverPanel hover panel display template.
    Then you can copy the
    Item_Default_HoverPanel display template and modify the hover panel display template.
    For more information, you can refer to:
    http://blogs.technet.com/b/tothesharepoint/archive/2013/09/17/how-to-display-values-from-custom-managed-properties-in-the-hover-panel-in-sharepoint-server-2013.aspx
    http://www.sharepointnutsandbolts.com/2014/01/extending-SP2013-Office-365-search-hover-panel.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Error on hover panel of people search result "We weren't able to find additional information"

    In people search result while hovering over all result item, in the hover panel in the middle I can see a message "We weren't able to find additional information".
    I saw a msdn post for the same question in this
    MSDN Link
    but there it is said that "If the person has no authored documents, then it will display this in the hover panel: We weren't able to find additional information."
    But for my case the authored document is also shown.
    Please find in the screen shot below marked in red:
    Did I missed something?

    Can you check for this issue in ULS Log file.
    If this helped you resolve your issue, please mark it Answered

  • Search hover panel not showing up in Internet Explorer with custom master page

    The hover panel is not showing up in internet explorer.  I am using a custom master page and it works no problem in the other browsers.  When I fire up the debugger there is an error message when i hover over a search result item:
    I tried debugging the JavaScript but i am not sure what is going on with it.  
    Am I missing reference or something done like that?  It has to be something simple because I have been scratching my head for a while on this.  
    Any ideas?  
    Brad Wight

    Have you tried rendering the site in IE Compatability Mode?  Compatability Mode solves a lot of problems in this area because older versions of IE had a unique interpretation of HTML code.
    Start here: 
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-8
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Content By Search Web Part and the Hover Panel

    Hi
     I have an Office 365 E3 account.
    I have a Content By Search Webpart which I have added to a home page.
    I have a display template that displays the results and should show the Search hover panel just like in SharePoint Search Results.
    However, it does not unless the CSWP is near the bottom of the screen.
    I have used the IE11 debugger and I can see the hover panel code being called when the mouse enters the CSWP area, but it only works (and doers not stay visible very long) if the CSWP web part is at the bottom of the screen.
    This only works when the CSWP is at the bottom of the screen.  It does not work when the CSWP is further up the screen.
    Am I doing something wrong.
    (This works perfectly using on-premise SharePoint 2013 with SP1.)
    Regards
    Nigel
    Nigel Price NJPEnterprises

    Hi  Nigel,
    According to your description, my understanding is that the hover panel of your custom display template only works when the Content Search Web Part is at the page bottom.
    For  customizing  hover panel on the Content Search Web Part  using a Custom Display Template, you can refer to the blog:
    http://www.cdhtalkstech.com/2013/11/19/5598/
    I tested it in my SharePoint Online environment and the hover panel worked.
    For more information, you can have a look at these articles:
    http://yeshagrawal.blogspot.in/2013/06/sharepoint-2013-search-adding-hover.html
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • "FOLLOW" Button in hover panel gives an error for Remote Sharepoint Sites

    Hi,
    We have setup Sharepoint 2013 search with different content sources such as file shares and Sharepoint 2010 sites.
    The FOLLOW button that appears in document hover panels works for all documents present in the sharepoint 2013 farm. However when i try to FOLLOW a document in either File Share or Sharepoint 2010 farm i get the following error
    Any idea???
    Regards,
    Muthukumar

    That is by design.  SharePoint can not possibly know when an external entity has changed and then execute an event to notify you.
    Chris Givens CEO, Architecting Connected Systems
    Blog Twitter

  • Hover Panel Action

    Greetings,
    I am trying to modify the "VIEW PROFILE" action on the person hover panel. I would like to just have the link open in a new tab rather than the same page. I cannot seem to find the html template to do this, I was looking at Item_CommonHoverPanel_Actions.html
    however I seem to be missing it. Any help would be greatly appreciated.
    Thanks,
    -Magoo

    Hi Magoo,
    You need to be looking at Item_Person_HoverPanel.htm instead I think. You should see the link to the profile in here and just need to add target='_blank' to the A tag.
    You should find the call to Srch.Res.hp_PeopleItem_ViewProfile
    in the tag that you need to edit.. this is the resource string that puts the word View Profile in the link.
    Note: You can't control whether this opens in a new tab or new window as that's down to the configuration of the client application.
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • Everything search hover panel does not show same information as People hover panel

    I have an ALL(everything) and People, When a person is searched on and returned when the ALL tab is selected I see limited information in the hover and on the page results for that matter. When People tab is selected I see all the different fields I added
    to the item_person.html and item_person_hoverpanel.html pages
    Why don't Is see the same results for both search tabs, I know they are using the same files.
    when the ctx.currentItem is created on the people tab it has all of my updated attributes set to "undefined" when the People tab is selected they all have values. I verified this using firebug.
    I dont understand why this would happen. Is there a setting that I am missing? could it be the way the search was set up?
    Please help
    joecook

    Hi,
    According to your post, my understanding is that you saw the different results for everything and people search tabs.
    It is by design in SharePoint 2013.
    There are four search experiences that are available on a default enterprise Search Center results page. Each search experience uses a different result source.
    Everything search experience use Local SharePoint Results sources.
    People search experience use Local People Results sources.
    Local SharePoint Results specify all items from the local SharePoint search index except People items.
    Local People Results specify People items from the profile database of the User Profile service application.
    More information:
    Understanding result sources for search in SharePoint Server 2013
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How do you change the fields that are displayed on the email preview list after a search?

    How do you modify the fields that are displayed in the mail preview list in the center column of Mac mail after you conduct a search of your email?   All of a sudden the displayed fields changed on me whenever I do a search in mail.   When I have not filtered my email with a search, the default field shown in bold at the top of each message's preview is the "From" field.   However, when I do a search this changes to the "To" field.   Can anyone help?   Thanks, ccarey

    ipicus
    But why would you want this?
    iTunes is responsible for the File Management, let it get on with it, you do your organisation in the iTunes window. And everything you need to do, you can do via the iTunes Window. Want to find the file of a track quickly? Right click on it in the iTunes Window and select Show File: A finder window pops open with the file already selected.
    Regards
    TD

  • Preview won't stop searching old document

    I opened several PDF files in preview. I did a 'search' for a word... preview locked up. I forced quit. reopened and its back at the search status and freezes again. I tried opening another document and it goes back to the previous documents and searches again and freezes again. I restarted my computer and it still is doing it. Driving me nuts! I have shut down all 'show previous open items' in preview. Its driving me nuts!! HELP!

    Quit the application. Force quit if necessary.
    Relaunch it by holding down the shift key and clicking its icon in the Dock.

  • Preview quits unexpectedly with "search" function

    Unbelievable.
    Search in Preview app is permitted only if View Menu (lateral bar) is "Thumbnails" (VS "Content Only"), otherwise the app quits unexpectedly.
    But not with all queries :/
    Uhm...is that possible?

    I attach you the System Log Queries in Console filtered with "preview"
    10/09/2014 17:59:14.560 com.apple.Preview.TrustedBookmarksService[402]: Failure to de-serialize bookmark data file.
    10/09/2014 17:59:15.459 Preview[400]: -[AKUndoController initWithController:]: Delegate did not provide an undo manager. Creating one.
    10/09/2014 17:59:15.662 Preview[400]: -[PVTextSearchIndexManager indexForContainer:forSearchBasis:]: elapsed time = 0.044156
    10/09/2014 17:59:16.573 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSLayoutConstraint:0x60000249f9a0 H:[NSImageView:0x60000017d340]-(10)-[NSTextField:0x600000388bc0]>",
        "<NSAutoresizingMaskLayoutConstraint:0x608002091940 h=--& v=--& H:[PVSearchResultsTableRowView:0x6000001cec40(19)]>",
        "<NSLayoutConstraint:0x608002099d20 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b600000, '|':PVSearchResultsTableRowView:0x6000001cec40 )>",
        "<NSLayoutConstraint:0x608002099d70 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b600000, '|':PVSearchResultsTableRowView:0x6000001cec40 )>",
        "<NSLayoutConstraint:0x600002686ea0 H:[NSImageView:0x60000017d340(38)]>",
        "<NSLayoutConstraint:0x6000026870d0 H:|-(14)-[NSImageView:0x60000017d340]   (Names: PageItemCell:0x7f975b600000, '|':PageItemCell:0x7f975b600000 )>",
        "<NSLayoutConstraint:0x600002687030 NSTextField:0x6000003890a0.trailing == NSTextField:0x600000388bc0.trailing>",
        "<NSLayoutConstraint:0x600002687210 H:[NSTextField:0x6000003890a0]-(14)-|   (Names: PageItemCell:0x7f975b600000, '|':PageItemCell:0x7f975b600000 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x600002686ea0 H:[NSImageView:0x60000017d340(38)]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:16.574 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSAutoresizingMaskLayoutConstraint:0x608002091940 h=--& v=--& H:[PVSearchResultsTableRowView:0x6000001cec40(19)]>",
        "<NSLayoutConstraint:0x608002099d20 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b600000, '|':PVSearchResultsTableRowView:0x6000001cec40 )>",
        "<NSLayoutConstraint:0x608002099d70 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b600000, '|':PVSearchResultsTableRowView:0x6000001cec40 )>",
        "<NSLayoutConstraint:0x6000026870d0 H:|-(14)-[NSImageView:0x60000017d340]   (Names: PageItemCell:0x7f975b600000, '|':PageItemCell:0x7f975b600000 )>",
        "<NSLayoutConstraint:0x6000026869a0 H:[NSImageView:0x60000017d340]-(10)-[NSTextField:0x600000388a20]>",
        "<NSLayoutConstraint:0x600002687210 H:[NSTextField:0x6000003890a0]-(14)-|   (Names: PageItemCell:0x7f975b600000, '|':PageItemCell:0x7f975b600000 )>",
        "<NSLayoutConstraint:0x600002684100 H:[NSTextField:0x600000388a20]-(>=NSSpace(8))-[NSTextField:0x6000003890a0]>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x600002684100 H:[NSTextField:0x600000388a20]-(>=NSSpace(8))-[NSTextField:0x6000003890a0]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:16.575 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSLayoutConstraint:0x60000249f9a0 H:[NSImageView:0x60000017d340]-(10)-[NSTextField:0x600000388bc0]>",
        "<NSAutoresizingMaskLayoutConstraint:0x608002091940 h=--& v=--& H:[PVSearchResultsTableRowView:0x6000001cec40(19)]>",
        "<NSLayoutConstraint:0x608002099d20 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b600000, '|':PVSearchResultsTableRowView:0x6000001cec40 )>",
        "<NSLayoutConstraint:0x608002099d70 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b600000, '|':PVSearchResultsTableRowView:0x6000001cec40 )>",
        "<NSLayoutConstraint:0x6000026870d0 H:|-(14)-[NSImageView:0x60000017d340]   (Names: PageItemCell:0x7f975b600000, '|':PageItemCell:0x7f975b600000 )>",
        "<NSLayoutConstraint:0x600002687030 NSTextField:0x6000003890a0.trailing == NSTextField:0x600000388bc0.trailing>",
        "<NSLayoutConstraint:0x600002687210 H:[NSTextField:0x6000003890a0]-(14)-|   (Names: PageItemCell:0x7f975b600000, '|':PageItemCell:0x7f975b600000 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60000249f9a0 H:[NSImageView:0x60000017d340]-(10)-[NSTextField:0x600000388bc0]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:16.577 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSLayoutConstraint:0x60800209a220 H:[NSImageView:0x608000362a00]-(10)-[NSTextField:0x608000389c00]>",
        "<NSAutoresizingMaskLayoutConstraint:0x608002280a50 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d0fe0(19)]>",
        "<NSLayoutConstraint:0x60800209a130 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b414f00, '|':PVSearchResultsTableRowView:0x6080001d0fe0 )>",
        "<NSLayoutConstraint:0x60800209a680 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b414f00, '|':PVSearchResultsTableRowView:0x6080001d0fe0 )>",
        "<NSLayoutConstraint:0x608002099fa0 H:[NSImageView:0x608000362a00(38)]>",
        "<NSLayoutConstraint:0x60800209a4a0 H:|-(14)-[NSImageView:0x608000362a00]   (Names: PageItemCell:0x7f975b414f00, '|':PageItemCell:0x7f975b414f00 )>",
        "<NSLayoutConstraint:0x60800209a3b0 NSTextField:0x6080003894b0.trailing == NSTextField:0x608000389c00.trailing>",
        "<NSLayoutConstraint:0x60800209a5e0 H:[NSTextField:0x6080003894b0]-(14)-|   (Names: PageItemCell:0x7f975b414f00, '|':PageItemCell:0x7f975b414f00 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x608002099fa0 H:[NSImageView:0x608000362a00(38)]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:16.579 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSAutoresizingMaskLayoutConstraint:0x608002280a50 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d0fe0(19)]>",
        "<NSLayoutConstraint:0x60800209a130 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b414f00, '|':PVSearchResultsTableRowView:0x6080001d0fe0 )>",
        "<NSLayoutConstraint:0x60800209a680 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b414f00, '|':PVSearchResultsTableRowView:0x6080001d0fe0 )>",
        "<NSLayoutConstraint:0x60800209a4a0 H:|-(14)-[NSImageView:0x608000362a00]   (Names: PageItemCell:0x7f975b414f00, '|':PageItemCell:0x7f975b414f00 )>",
        "<NSLayoutConstraint:0x60800209a180 H:[NSImageView:0x608000362a00]-(10)-[NSTextField:0x608000389a60]>",
        "<NSLayoutConstraint:0x60800209a5e0 H:[NSTextField:0x6080003894b0]-(14)-|   (Names: PageItemCell:0x7f975b414f00, '|':PageItemCell:0x7f975b414f00 )>",
        "<NSLayoutConstraint:0x60800209a310 H:[NSTextField:0x608000389a60]-(>=NSSpace(8))-[NSTextField:0x6080003894b0]>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60800209a310 H:[NSTextField:0x608000389a60]-(>=NSSpace(8))-[NSTextField:0x6080003894b0]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:16.580 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSLayoutConstraint:0x60800209a220 H:[NSImageView:0x608000362a00]-(10)-[NSTextField:0x608000389c00]>",
        "<NSAutoresizingMaskLayoutConstraint:0x608002280a50 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d0fe0(19)]>",
        "<NSLayoutConstraint:0x60800209a130 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b414f00, '|':PVSearchResultsTableRowView:0x6080001d0fe0 )>",
        "<NSLayoutConstraint:0x60800209a680 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b414f00, '|':PVSearchResultsTableRowView:0x6080001d0fe0 )>",
        "<NSLayoutConstraint:0x60800209a4a0 H:|-(14)-[NSImageView:0x608000362a00]   (Names: PageItemCell:0x7f975b414f00, '|':PageItemCell:0x7f975b414f00 )>",
        "<NSLayoutConstraint:0x60800209a3b0 NSTextField:0x6080003894b0.trailing == NSTextField:0x608000389c00.trailing>",
        "<NSLayoutConstraint:0x60800209a5e0 H:[NSTextField:0x6080003894b0]-(14)-|   (Names: PageItemCell:0x7f975b414f00, '|':PageItemCell:0x7f975b414f00 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60800209a220 H:[NSImageView:0x608000362a00]-(10)-[NSTextField:0x608000389c00]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:16.582 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSAutoresizingMaskLayoutConstraint:0x608002282990 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d0e00(19)]>",
        "<NSLayoutConstraint:0x60800209ac20 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b413ac0, '|':PVSearchResultsTableRowView:0x6080001d0e00 )>",
        "<NSLayoutConstraint:0x60800209ad10 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b413ac0, '|':PVSearchResultsTableRowView:0x6080001d0e00 )>",
        "<NSLayoutConstraint:0x60800209a8b0 H:[NSImageView:0x608000362dc0(38)]>",
        "<NSLayoutConstraint:0x60800209ad60 H:|-(14)-[NSImageView:0x608000362dc0]   (Names: PageItemCell:0x7f975b413ac0, '|':PageItemCell:0x7f975b413ac0 )>",
        "<NSLayoutConstraint:0x60800209aa40 H:[NSImageView:0x608000362dc0]-(10)-[NSTextField:0x6080003898c0]>",
        "<NSLayoutConstraint:0x60800209aea0 H:[NSTextField:0x608000389240]-(14)-|   (Names: PageItemCell:0x7f975b413ac0, '|':PageItemCell:0x7f975b413ac0 )>",
        "<NSLayoutConstraint:0x60800209abd0 H:[NSTextField:0x6080003898c0]-(>=NSSpace(8))-[NSTextField:0x608000389240]>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60800209a8b0 H:[NSImageView:0x608000362dc0(38)]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:16.583 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSAutoresizingMaskLayoutConstraint:0x608002282990 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d0e00(19)]>",
        "<NSLayoutConstraint:0x60800209ac20 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b413ac0, '|':PVSearchResultsTableRowView:0x6080001d0e00 )>",
        "<NSLayoutConstraint:0x60800209ad10 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b413ac0, '|':PVSearchResultsTableRowView:0x6080001d0e00 )>",
        "<NSLayoutConstraint:0x60800209ad60 H:|-(14)-[NSImageView:0x608000362dc0]   (Names: PageItemCell:0x7f975b413ac0, '|':PageItemCell:0x7f975b413ac0 )>",
        "<NSLayoutConstraint:0x60800209aa40 H:[NSImageView:0x608000362dc0]-(10)-[NSTextField:0x6080003898c0]>",
        "<NSLayoutConstraint:0x60800209aea0 H:[NSTextField:0x608000389240]-(14)-|   (Names: PageItemCell:0x7f975b413ac0, '|':PageItemCell:0x7f975b413ac0 )>",
        "<NSLayoutConstraint:0x60800209abd0 H:[NSTextField:0x6080003898c0]-(>=NSSpace(8))-[NSTextField:0x608000389240]>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60800209abd0 H:[NSTextField:0x6080003898c0]-(>=NSSpace(8))-[NSTextField:0x608000389240]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:16.585 Preview[400]: Unable to simultaneously satisfy constraints:
        "<NSLayoutConstraint:0x60800209aae0 H:[NSImageView:0x608000362dc0]-(10)-[NSTextField:0x608000389990]>",
        "<NSAutoresizingMaskLayoutConstraint:0x608002282990 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d0e00(19)]>",
        "<NSLayoutConstraint:0x60800209ac20 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f975b413ac0, '|':PVSearchResultsTableRowView:0x6080001d0e00 )>",
        "<NSLayoutConstraint:0x60800209ad10 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f975b413ac0, '|':PVSearchResultsTableRowView:0x6080001d0e00 )>",
        "<NSLayoutConstraint:0x60800209ad60 H:|-(14)-[NSImageView:0x608000362dc0]   (Names: PageItemCell:0x7f975b413ac0, '|':PageItemCell:0x7f975b413ac0 )>",
        "<NSLayoutConstraint:0x60800209ac70 NSTextField:0x608000389240.trailing == NSTextField:0x608000389990.trailing>",
        "<NSLayoutConstraint:0x60800209aea0 H:[NSTextField:0x608000389240]-(14)-|   (Names: PageItemCell:0x7f975b413ac0, '|':PageItemCell:0x7f975b413ac0 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60800209aae0 H:[NSImageView:0x608000362dc0]-(10)-[NSTextField:0x608000389990]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:23.097 com.apple.Preview.TrustedBookmarksService[411]: Failure to de-serialize bookmark data file.
    10/09/2014 17:59:24.195 Preview[409]: -[AKUndoController initWithController:]: Delegate did not provide an undo manager. Creating one.
    10/09/2014 17:59:24.333 Preview[409]: -[PVTextSearchIndexManager indexForContainer:forSearchBasis:]: elapsed time = 0.002765
    10/09/2014 17:59:24.353 Preview[409]: Unable to simultaneously satisfy constraints:
        "<NSAutoresizingMaskLayoutConstraint:0x60800049f4f0 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d21b0(19)]>",
        "<NSLayoutConstraint:0x60800049dec0 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f99496baab0, '|':PVSearchResultsTableRowView:0x6080001d21b0 )>",
        "<NSLayoutConstraint:0x60800049df10 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f99496baab0, '|':PVSearchResultsTableRowView:0x6080001d21b0 )>",
        "<NSLayoutConstraint:0x60800049d600 H:[NSImageView:0x60800017c980(38)]>",
        "<NSLayoutConstraint:0x60800049da60 H:|-(14)-[NSImageView:0x60800017c980]   (Names: PageItemCell:0x7f99496baab0, '|':PageItemCell:0x7f99496baab0 )>",
        "<NSLayoutConstraint:0x60800049d790 H:[NSImageView:0x60800017c980]-(10)-[NSTextField:0x608000382a40]>",
        "<NSLayoutConstraint:0x60800049dba0 H:[NSTextField:0x608000382970]-(14)-|   (Names: PageItemCell:0x7f99496baab0, '|':PageItemCell:0x7f99496baab0 )>",
        "<NSLayoutConstraint:0x60800049d920 H:[NSTextField:0x608000382a40]-(>=NSSpace(8))-[NSTextField:0x608000382970]>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60800049d600 H:[NSImageView:0x60800017c980(38)]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:24.354 Preview[409]: Unable to simultaneously satisfy constraints:
        "<NSAutoresizingMaskLayoutConstraint:0x60800049f4f0 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d21b0(19)]>",
        "<NSLayoutConstraint:0x60800049dec0 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f99496baab0, '|':PVSearchResultsTableRowView:0x6080001d21b0 )>",
        "<NSLayoutConstraint:0x60800049df10 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f99496baab0, '|':PVSearchResultsTableRowView:0x6080001d21b0 )>",
        "<NSLayoutConstraint:0x60800049da60 H:|-(14)-[NSImageView:0x60800017c980]   (Names: PageItemCell:0x7f99496baab0, '|':PageItemCell:0x7f99496baab0 )>",
        "<NSLayoutConstraint:0x60800049d790 H:[NSImageView:0x60800017c980]-(10)-[NSTextField:0x608000382a40]>",
        "<NSLayoutConstraint:0x60800049dba0 H:[NSTextField:0x608000382970]-(14)-|   (Names: PageItemCell:0x7f99496baab0, '|':PageItemCell:0x7f99496baab0 )>",
        "<NSLayoutConstraint:0x60800049d920 H:[NSTextField:0x608000382a40]-(>=NSSpace(8))-[NSTextField:0x608000382970]>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60800049d920 H:[NSTextField:0x608000382a40]-(>=NSSpace(8))-[NSTextField:0x608000382970]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:24.355 Preview[409]: Unable to simultaneously satisfy constraints:
        "<NSLayoutConstraint:0x60800049d830 H:[NSImageView:0x60800017c980]-(10)-[NSTextField:0x6080003828a0]>",
        "<NSAutoresizingMaskLayoutConstraint:0x60800049f4f0 h=--& v=--& H:[PVSearchResultsTableRowView:0x6080001d21b0(19)]>",
        "<NSLayoutConstraint:0x60800049dec0 H:|-(0)-[PageItemCell]   (Names: PageItemCell:0x7f99496baab0, '|':PVSearchResultsTableRowView:0x6080001d21b0 )>",
        "<NSLayoutConstraint:0x60800049df10 H:[PageItemCell]-(0)-|   (Names: PageItemCell:0x7f99496baab0, '|':PVSearchResultsTableRowView:0x6080001d21b0 )>",
        "<NSLayoutConstraint:0x60800049da60 H:|-(14)-[NSImageView:0x60800017c980]   (Names: PageItemCell:0x7f99496baab0, '|':PageItemCell:0x7f99496baab0 )>",
        "<NSLayoutConstraint:0x60800049d9c0 NSTextField:0x608000382970.trailing == NSTextField:0x6080003828a0.trailing>",
        "<NSLayoutConstraint:0x60800049dba0 H:[NSTextField:0x608000382970]-(14)-|   (Names: PageItemCell:0x7f99496baab0, '|':PageItemCell:0x7f99496baab0 )>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x60800049d830 H:[NSImageView:0x60800017c980]-(10)-[NSTextField:0x6080003828a0]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    10/09/2014 17:59:24.461 Preview[409]: -[PDFMatteView _insetVisibleRect]: unrecognized selector sent to instance 0x6000003223a0
    10/09/2014 17:59:24.462 Preview[409]: An uncaught exception was raised
    10/09/2014 17:59:24.462 Preview[409]: -[PDFMatteView _insetVisibleRect]: unrecognized selector sent to instance 0x6000003223a0
    10/09/2014 17:59:24.463 Preview[409]: (
      0   CoreFoundation                      0x00007fff8bc29ccc __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a7356de objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8bc2cc7d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
      3   CoreFoundation                      0x00007fff8bb74094 ___forwarding___ + 1028
      4   CoreFoundation                      0x00007fff8bc2b358 __forwarding_prep_1___ + 120
      5   PDFKit                              0x00007fff94461279 -[PDFView(PDFViewInternal) goToDestinationNoPush:] + 269
      6   PDFKit                              0x00007fff944588a9 -[PDFView goToDestination:] + 127
      7   PDFKit                              0x00007fff94458aa5 -[PDFView goToRect:onPage:] + 284
      8   Preview                             0x00000001065d155d Preview + 562525
      9   CoreFoundation                      0x00007fff8bbe620c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
      10  CoreFoundation                      0x00007fff8bad77c4 _CFXNotificationPost + 3140
      11  Foundation                          0x00007fff922246b1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
      12  AppKit                              0x00007fff94dc5255 -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 175
      13  AppKit                              0x00007fff94d1d511 -[NSTableView _enableSelectionPostingAndPost] + 409
      14  AppKit                              0x00007fff94dc4d12 -[NSTableView _doSelectIndexes:byExtendingSelection:indexType:funnelThroughSingleIndexVersion :] + 3009
      15  Preview                             0x00000001065ce5b5 Preview + 550325
      16  Preview                             0x00000001065cdd57 Preview + 548183
      17  libdispatch.dylib                   0x00007fff8750ad53 _dispatch_client_callout + 8
      18  libdispatch.dylib                   0x00007fff8751808c _dispatch_barrier_sync_f_slow_invoke + 412
      19  libdispatch.dylib                   0x00007fff8750ad53 _dispatch_client_callout + 8
      20  libdispatch.dylib                   0x00007fff87516d0d _dispatch_main_queue_callback_4CF + 861
      21  CoreFoundation                      0x00007fff8bb7d269 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
      22  CoreFoundation                      0x00007fff8bb398ff __CFRunLoopRun + 2159
      23  CoreFoundation                      0x00007fff8bb38e48 CFRunLoopRunSpecific + 296
      24  HIToolbox                           0x00007fff9454e1bf RunCurrentEventLoopInMode + 235
      25  HIToolbox                           0x00007fff9454df3a ReceiveNextEventCommon + 431
      26  HIToolbox                           0x00007fff9454dd7b _BlockUntilNextEventMatchingListInModeWithFilter + 71
      27  AppKit                              0x00007fff94cb8165 _DPSNextEvent + 1000
      28  AppKit                              0x00007fff94cb7939 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 139
      29  AppKit                              0x00007fff94cab893 -[NSApplication run] + 594
      30  AppKit                              0x00007fff94c96d14 NSApplicationMain + 1832
      31  libdyld.dylib                       0x00007fff910b35c9 start + 1
    10/09/2014 17:59:24.463 Preview[409]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[PDFMatteView _insetVisibleRect]: unrecognized selector sent to instance 0x6000003223a0'
    *** First throw call stack:
      0   CoreFoundation                      0x00007fff8bc29ccc __exceptionPreprocess + 172
      1   libobjc.A.dylib                     0x00007fff8a7356de objc_exception_throw + 43
      2   CoreFoundation                      0x00007fff8bc2cc7d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
      3   CoreFoundation                      0x00007fff8bb74094 ___forwarding___ + 1028
      4   CoreFoundation                      0x00007fff8bc2b358 __forwarding_prep_1___ + 120
      5   PDFKit                              0x00007fff94461279 -[PDFView(PDFViewInternal) goToDestinationNoPush:] + 269
      6   PDFKit                              0x00007fff944588a9 -[PDFView goToDestination:] + 127
      7   PDFKit                              0x00007fff94458aa5 -[PDFView goToRect:onPage:] + 284
      8   Preview                             0x00000001065d155d Preview + 562525
      9   CoreFoundation                      0x00007fff8bbe620c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
      10  CoreFoundation                      0x00007fff8bad77c4 _CFXNotificationPost + 3140
      11  Foundation                          0x00007fff922246b1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
      12  AppKit                              0x00007fff94dc5255 -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 175
      13  AppKit                              0x00007fff94d1d511 -[NSTableView _enableSelectionPostingAndPost] + 409
      14  AppKit                              0x00007fff94dc4d12 -[NSTableView _doSelectIndexes:byExtendingSelection:indexType:funnelThroughSingleIndexVersion :] + 3009
      15  Preview                             0x00000001065ce5b5 Preview + 550325
      16  Preview                             0x00000001065cdd57 Preview + 548183
      17  libdispatch.dylib                   0x00007fff8750ad53 _dispatch_client_callout + 8
      18  libdispatch.dylib                   0x00007fff8751808c _dispatch_barrier_sync_f_slow_invoke + 412
      19  libdispatch.dylib                   0x00007fff8750ad53 _dispatch_client_callout + 8
      20  libdispatch.dylib                   0x00007fff87516d0d _dispatch_main_queue_callback_4CF + 861
      21  CoreFoundation                      0x00007fff8bb7d269 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
      22  CoreFoundation                      0x00007fff8bb398ff __CFRunLoopRun + 2159
      23  CoreFoundation                      0x00007fff8bb38e48 CFRunLoopRunSpecific + 296
      24  HIToolbox                           0x00007fff9454e1bf RunCurrentEventLoopInMode + 235
      25  HIToolbox                           0x00007fff9454df3a ReceiveNextEventCommon + 431
      26  HIToolbox                           0x00007fff9454dd7b _BlockUntilNextEventMatchingListInModeWithFilter + 71
      27  AppKit                              0x00007fff94cb8165 _DPSNextEvent + 1000
      28  AppKit                              0x00007fff94cb7939 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 139
      29  AppKit                              0x00007fff94cab893 -[NSApplication run] + 594
      30  AppKit                              0x00007fff94c96d14 NSApplicationMain + 1832
      31  libdyld.dylib                       0x00007fff910b35c9 start + 1
    10/09/2014 17:59:25.051 com.apple.xpc.launchd[1]: (com.apple.Preview.10540[409]) Service exited due to signal: Abort trap: 6
    10/09/2014 17:59:25.112 ReportCrash[415]: Saved crash report for Preview[409] version 8.0 (853) to /Users/myname/Library/Logs/DiagnosticReports/Preview_2014-09-10-175925_Alessand ros-MacBook-Pro.crash
    10/09/2014 17:59:46.138 com.apple.Preview.TrustedBookmarksService[439]: Failure to de-serialize bookmark data file.
    10/09/2014 17:59:46.978 Preview[422]: -[AKUndoController initWithController:]: Delegate did not provide an undo manager. Creating one.
    10/09/2014 17:59:47.143 Preview[422]: -[PVTextSearchIndexManager indexForContainer:forSearchBasis:]: elapsed time = 0.00263596

  • Web page preview gone in safari search latest version?

    In safari I used to like when you do search and going through options, there was an arrow pointing to a preview of each webpage from the search menu, but now it is gone, only text , no more option to preview?

    Looks like you have made changes to the default font settings in Options > Content.
    Your troubleshooting information shows:
    * font.size.variable.x-western: 12
    I get this appearance when the setting for proportional is less than 16 (14 or less).
    *Tools > Options > Content : Fonts & Colors > Advanced
    So you will have to increase that value.
    Setting a higher Minimum font size makes it even look worse and makes the page a lot wider.
    So it looks that the layout of the page is very susceptible to font size settings.

Maybe you are looking for