8 | | |
9 | | === Context menu for selected text is missing three menu items === |
10 | | |
11 | | The context menu for selected text on an HTML page in Tiger Safari normally includes "Search in Spotlight", "Search in Google", "Look Up in Dictionary", and "Copy". When running on locally-built WebKit, only the "Copy" item appears, preceded by two separators. This change was necessary in order to make public API that allows clients to recognize these specific context menu items. |
12 | | |
13 | | === Automatic proxy configuration doesn't work === |
14 | | |
15 | | Safari crashes when trying to access the network if automatic proxy configuration (using a PAC file) is selected in System Preferences > Network > ''interface'' > Proxies. This is an incompatibility between the JavaScriptGlue code used by the proxy mechanism and the locally-built JavaScriptCore. |