aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2008-08-05 00:49:22 -0400
committerJoey Hess <joey@kitenet.net>2008-08-05 00:49:22 -0400
commit4f58ad1c102a5e43ba86f3ca217e0ba560a5f83b (patch)
tree2ddcc79f1a16f4297c46b22024c99d2e3db4ebf1 /doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
parente1204075eefaf0255fca9f415df6df6ba6537ded (diff)
downloadikiwiki-4f58ad1c102a5e43ba86f3ca217e0ba560a5f83b.tar
ikiwiki-4f58ad1c102a5e43ba86f3ca217e0ba560a5f83b.tar.gz
Add screenshots
Diffstat (limited to 'doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn')
-rw-r--r--doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
index 140669ea1..4b093281b 100644
--- a/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
+++ b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
@@ -20,3 +20,25 @@ I don't understand why the sidebar is appearing below the recentchanges inline,
> I don't see the problem here in firefox 3. The sidebar is at the top of
> both pages. However, it might have to do with the recentchanges page
> itself using floating elements to build up the table-like display. --[[Joey]]
+
+>> I didn't test in firefox. I now have screenshots for both firefox and safari. It is still interesting to compare the layout. The first is quite broken. The second is only a little broken. The third is what I was expecting.
+
+Here is a screenshot of the broken behaviour in Safari:
+
+<img src="http://www.cse.unsw.edu.au/~willu/screenshots/safari-1.png" alt="screenshot of broken behaviour in Safari" width="50%" />
+
+Here is a screenshot of the same thing in FireFox. Notice that while there are no overlaps, there is still a large gap in the layout.
+
+<img src="http://www.cse.unsw.edu.au/~willu/screenshots/firefox-1.png" alt="screenshot of semi-working behaviour in Firefox" width="50%" />
+
+Here is an inline news page (in Safari, but it looks similar in firefox). I was expecting both of the previous layouts to look like this.
+
+<img src="http://www.cse.unsw.edu.au/~willu/screenshots/safari-2.png" alt="screenshot of working behaviour in Safari" width="50%" />
+
+What really surprises me is WHY this looks any different. And when you look at style.css you see that recentchanges and sidebar both use float, whereas normal inline pages do not.
+Note that in the third (working) screenshot, the top bullet point is wrapped. This is because the sidebar is floated.
+
+I think there is:
+
+ * A display bug in safari, and
+ * It would be nice to clean up the way recentchanges are displayed so that there isn't a vertical gap for the sidebar. I'll play with this and see what I can do.