OLD | NEW |
1 <div id="pageData-name" class="pageData">Known Issues</div> | 1 <h1>Known Issues</h1> |
2 | 2 |
3 <p>Chrome's support for packaged apps is under active development and rapidly | 3 <p>Chrome's support for packaged apps is under active development and rapidly |
4 evolving, so there are still a few rough edges. Here's a list of known issues | 4 evolving, so there are still a few rough edges. Here's a list of known issues |
5 in the current <a href="https://tools.google.com/dlpage/chromesxs/">Chrome | 5 in the current <a href="https://tools.google.com/dlpage/chromesxs/">Chrome |
6 Canary</a>:</p> | 6 Canary</a>:</p> |
7 | 7 |
8 <p id="known-issues"></p> | 8 <p id="known-issues"></p> |
9 <p id="known-issues-error" style="position: absolute; top: -1000px; color: #333;
padding: 1em; background: #eee;"> | 9 <p id="known-issues-error" style="position: absolute; top: -1000px; color: #333;
padding: 1em; background: #eee;"> |
10 The list of known issues cannot be loaded at this time. You may be able to | 10 The list of known issues cannot be loaded at this time. You may be able to |
11 see them on the <a href="http://code.google.com/p/chromium/issues/list?q=label
:Hotlist-AppsKnownIssues">Chromium bug tracker</a>. | 11 see them on the <a href="http://code.google.com/p/chromium/issues/list?q=label
:Hotlist-AppsKnownIssues">Chromium bug tracker</a>. |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 yet. | 47 yet. |
48 </p> | 48 </p> |
49 | 49 |
50 <p> | 50 <p> |
51 If you still can't find something that matches the problem you're having, you | 51 If you still can't find something that matches the problem you're having, you |
52 can <a href="https://code.google.com/p/chromium/issues/entry?template=Defect r
eport from user&labels=Feature-Apps,Type-Bug,Area-Internals,Pri-2">report | 52 can <a href="https://code.google.com/p/chromium/issues/entry?template=Defect r
eport from user&labels=Feature-Apps,Type-Bug,Area-Internals,Pri-2">report |
53 the bug</a> on the Chromium bug tracker. Please include as many details as | 53 the bug</a> on the Chromium bug tracker. Please include as many details as |
54 possible in your bug report, including Chrome version number, operating | 54 possible in your bug report, including Chrome version number, operating |
55 system, and any other relevant configuration details. Bug reports that attach | 55 system, and any other relevant configuration details. Bug reports that attach |
56 a small app that exhibits the problem are especially appreciated. | 56 a small app that exhibits the problem are especially appreciated. |
57 </p> | 57 </p> |
OLD | NEW |