Index: trunk/mockups/athena/README |
— | — | @@ -29,7 +29,27 @@ |
30 | 30 | |
31 | 31 | == Known issues == |
32 | 32 | |
33 | | -* position: fixed elements don't work on iOS 4.3 (ok on 5.0) |
34 | | -* on iOS, bottom bar doesn't switch between position:fixed and inline in the footer during scrolling; event isn't called until scroll finishes |
35 | | -* hash links like references and 'jump back a section' don't appear to be working |
| 33 | +* hash links like references and 'jump back a section' don't appear to be working consistently? |
36 | 34 | |
| 35 | + |
| 36 | +Firefox 7 / Desktop |
| 37 | +* phone & tablet sizes ok |
| 38 | + |
| 39 | +Firefox 8 / Android |
| 40 | +* position: fixed elements scroll along with the document, don't restore to proper position until scrolling is complete |
| 41 | + |
| 42 | +Opera Mobile 11.50 / Android |
| 43 | +* position: fixed elements scroll along with the document, don't restore to proper position until scrolling is complete |
| 44 | + |
| 45 | +Mobile Safari - iOS 4.3 simulator |
| 46 | +* position: fixed elements behave as position: absolute |
| 47 | + |
| 48 | +Mobile Safari - iOS 5 simulator |
| 49 | +* bottom bar docking/undocking happens after ending a scroll, instead of as you scroll past the boundary ('scroll' event not fired until the end) |
| 50 | + |
| 51 | +Android 2.3.6 stock browser |
| 52 | +* position: fixed elements work, but sometimes update slowly or don't refresh properly onscreen |
| 53 | + |
| 54 | +IE 10 (Windows 8 Developer Preview) |
| 55 | +* position: fixed elements work, but update slowly |
| 56 | + |