Wiki source code of 25Snapshots

Version 28.1 by Sorin Burjan on 2010/09/02 15:56

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.// This affects ALL browsers, so not an IE issue.
5 //[[image:Tag.png||style="vertical-align: middle; width: 695px; height: 174px;"]]//
6
7 * //On IE6, the rendering of the Add Tag window has a few problems. 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 |=The Clicking the [+] button|=When Typing|=When hovering over Cancel or Save button
10 |image:TagButtonClick.png |image:TagTyping.png |[[image:TagHoverOverButtons.png]]
11
12 * //Seems that chackboxes don't vertically allign middle correctly. Don't know if this is normal. Tested on FF, IE6, IE7, Chrome. Windows and Linux.//
13 (((
14 |=When editing a page|=Admin Section
15 |[[image:CheckBox1.png]]|[[image:CheckBox2.png]]
16
17 // //
18 )))
19
20 //As tested on xwiki-enterprise-jetty-hsqldb-2.5-20100830.230400-114 //
21
22 * **Buttons smaller in IE7 and not properly displayed on hover**
23
24 |= |=Button |=Button on hover
25 |=2.5 |image:ButtonIE7in25.png |[[image:HoverButtonIE7in25.png]]
26 |=2.4 |image:ButtonIE7in24.png |[[image:HoverButtonIE7in24.png]]
27
28 * **Buttons not displayed correctly in IE7 for the Wiki and Wysiwyg editor**
29
30 |=2.5 |[[image:EditWikiWysiwygIE7.png]]
31
32 * **"Edit parent" button not displayed correctly in IE8, missing in IE 6 & 7:**
33
34 |=FF |[[image:EditParentFF.png]]
35 |=IE8 |[[image:EditParentIE8.png]]
36 |=IE6 & 7 |[[image:EditParentIE67.png]]
37
38 * **Buttons not displayed correctly in IE7 when editing a blog post**
39
40 |IE7 |[[image:EditBlogPostIE7.png]]
41
42 * **"Edit" menu doesn't display correctly when editing "Objects"**
43
44 To Reproduce:
45
46 * Edit a page objects
47 * Hover over the "Edit" menu
48
49 Results:
50
51 * In IE6: The "Select a class" dropdown is displayed over the "Edit" menu
52 * In IE7: You can't click the "Class" link in the "Edit" menu
53
54 |=IE6 |[[image:EditObjectsIE6.png]]
55 |=IE7 |[[image:EditObjectsIE7.png]]
56
57 * **Summary in History for adding Attachments displays code, in addition to the attachment name**
58
59 To reproduce:
60
61 * Attach a file
62 * Click on the History tab
63 * Look at the summary for the page version where you added the attachment.
64
65 Result:
66
67 * 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//
68
69 |[[image:AttachmentsHistory.png]]