Wiki source code of 25Snapshots

Version 17.1 by Sorin Burjan on 2010/09/02 11:41

Show last authors
1 //As tested on xwiki-enterprise-jetty-hsqldb-2.5-20100901.112158-117//
2
3
4 * //Tag allows really long "word", but hasn't a limit for breaking them, and this could make the UI look bad.//
5 //[[image:Tag.png||style="vertical-align: middle; width: 695px; height: 174px;"]]//
6
7 * //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.//
8
9 //[[image:IE6Tag.png]]//
10
11 //As tested on xwiki-enterprise-jetty-hsqldb-2.5-20100830.230400-114 //
12
13 * **Buttons smaller in IE7 and not properly displayed on hover**
14
15 |= |=Button |=Button on hover
16 |=2.5 |image:ButtonIE7in25.png |[[image:HoverButtonIE7in25.png]]
17 |=2.4 |image:ButtonIE7in24.png |[[image:HoverButtonIE7in24.png]]
18
19 * **Buttons not displayed correctly in IE7 for the Wiki and Wysiwyg editor**
20
21 |=2.5 |[[image:EditWikiWysiwygIE7.png]]
22
23 * **"Edit parent" button not displayed correctly in IE8, missing in IE 6 & 7:**
24
25 |=FF |[[image:EditParentFF.png]]
26 |=IE8 |[[image:EditParentIE8.png]]
27 |=IE6 & 7 |[[image:EditParentIE67.png]]
28
29 * **Buttons not displayed correctly in IE7 when editing a blog post**
30
31 |IE7 |[[image:EditBlogPostIE7.png]]
32
33 * **"Edit" menu doesn't display correctly when editing "Objects"**
34
35 To Reproduce:
36
37 * Edit a page objects
38 * Hover over the "Edit" menu
39
40 Results:
41
42 * In IE6: The "Select a class" dropdown is displayed over the "Edit" menu
43 * In IE7: You can't click the "Class" link in the "Edit" menu
44
45 |=IE6 |[[image:EditObjectsIE6.png]]
46 |=IE7 |[[image:EditObjectsIE7.png]]
47
48 * **Summary in History for adding Attachments displays code, in addition to the attachment name**
49
50 To reproduce:
51
52 * Attach a file
53 * Click on the History tab
54 * Look at the summary for the page version where you added the attachment.
55
56 Result:
57
58 * 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//
59
60 |[[image:AttachmentsHistory.png]]