Wiki source code of 25Snapshots

Version 14.1 by Sorin Burjan on 2010/09/01 14:01

Show last authors
1 // As tested on xwiki-enterprise-jetty-hsqldb-2.5-20100830.230400-114 //
2
3 * **Buttons smaller in IE7 and not properly displayed on hover**
4
5 |= |=Button |=Button on hover
6 |=2.5 |image:ButtonIE7in25.png |image:HoverButtonIE7in25.png
7 |=2.4 |image:ButtonIE7in24.png |image:HoverButtonIE7in24.png
8
9 * **Buttons not displayed correctly in IE7 for the Wiki and Wysiwyg editor**
10
11 |=2.5 |image:EditWikiWysiwygIE7.png
12
13 * **"Edit parent" button not displayed correctly in IE8, missing in IE 6 & 7:**
14
15 |=FF |image:EditParentFF.png
16 |=IE8 |image:EditParentIE8.png
17 |=IE6 & 7 |image:EditParentIE67.png
18
19 * **Buttons not displayed correctly in IE7 when editing a blog post**
20
21 |IE7 |image:EditBlogPostIE7.png
22
23
24 * **"Edit" menu doesn't display correctly when editing "Objects"**
25
26 To Reproduce:
27 * Edit a page objects
28 * Hover over the "Edit" menu
29
30 Results:
31 * In IE6: The "Select a class" dropdown is displayed over the "Edit" menu
32 * In IE7: You can't click the "Class" link in the "Edit" menu
33
34 |=IE6 |image:EditObjectsIE6.png
35 |=IE7 |image:EditObjectsIE7.png
36
37 * **Summary in History for adding Attachments displays code, in addition to the attachment name**
38
39 To reproduce:
40 * Attach a file
41 * Click on the History tab
42 * Look at the summary for the page version where you added the attachment.
43
44 Result:
45 * The summary is //Upload new attachment <a href="/xwiki/bin/downloadrev/Main/WebHome/File.txt?rev=1.1">TestingPlan.txt</a>// instead of //Upload new attachment File.txt//
46
47 |image:AttachmentsHistory.png