Wiki source code of 25Snapshots

Version 15.1 by Sorin Burjan on 2010/09/01 14:51

Show last authors
1 //As tested on xwiki-enterprise-jetty-hsqldb-2.5-20100901.112158-117//
2
3 * //On IE6, the rendering of the Add Tag window is badly rendered. It will NOT stay like that if you hover the mouse over the 2 buttons. Hovering will redimension it to the normal size.//
4
5 //[[image:IE6Tag.png]]//
6
7 //As tested on xwiki-enterprise-jetty-hsqldb-2.5-20100830.230400-114 //
8
9 * **Buttons smaller in IE7 and not properly displayed on hover**
10
11 |= |=Button |=Button on hover
12 |=2.5 |image:ButtonIE7in25.png |[[image:HoverButtonIE7in25.png]]
13 |=2.4 |image:ButtonIE7in24.png |[[image:HoverButtonIE7in24.png]]
14
15 * **Buttons not displayed correctly in IE7 for the Wiki and Wysiwyg editor**
16
17 |=2.5 |[[image:EditWikiWysiwygIE7.png]]
18
19 * **"Edit parent" button not displayed correctly in IE8, missing in IE 6 & 7:**
20
21 |=FF |[[image:EditParentFF.png]]
22 |=IE8 |[[image:EditParentIE8.png]]
23 |=IE6 & 7 |[[image:EditParentIE67.png]]
24
25 * **Buttons not displayed correctly in IE7 when editing a blog post**
26
27 |IE7 |[[image:EditBlogPostIE7.png]]
28
29 * **"Edit" menu doesn't display correctly when editing "Objects"**
30
31 To Reproduce:
32
33 * Edit a page objects
34 * Hover over the "Edit" menu
35
36 Results:
37
38 * In IE6: The "Select a class" dropdown is displayed over the "Edit" menu
39 * In IE7: You can't click the "Class" link in the "Edit" menu
40
41 |=IE6 |[[image:EditObjectsIE6.png]]
42 |=IE7 |[[image:EditObjectsIE7.png]]
43
44 * **Summary in History for adding Attachments displays code, in addition to the attachment name**
45
46 To reproduce:
47
48 * Attach a file
49 * Click on the History tab
50 * Look at the summary for the page version where you added the attachment.
51
52 Result:
53
54 * 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//
55
56 |[[image:AttachmentsHistory.png]]