Wiki source code of 25Snapshots

Version 33.1 by Sorin Burjan on 2010/11/05 11:20

Show last authors
1 As tested on 2.5.1
2
3
4 = Blocker Issues =
5
6
7 * NO login screen on IE 6 due to CSS break down.
8 * [[image:2.5.1IE6LoginScreen.png||style="vertical-align: top;" width="700"]]
9
10
11
12
13
14 //As tested on xwiki-enterprise-jetty-hsqldb-2.5-20100901.112158-117//
15
16
17 * //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.
18 //[[image:Tag.png||style="vertical-align: middle; width: 695px; height: 174px;"]]//
19
20 * //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.//
21
22 |=The Clicking the [+] button|=When Typing|=When hovering over Cancel or Save button
23 |image:TagButtonClick.png |image:TagTyping.png |[[image:TagHoverOverButtons.png]]
24
25 * (((
26 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.
27
28 |=When editing a page|=Admin Section
29 |[[image:CheckBox1.png]]|[[image:CheckBox2.png]]
30
31 // //
32 )))
33
34 //As tested on xwiki-enterprise-jetty-hsqldb-2.5-20100830.230400-114 //
35
36 * **Buttons smaller in IE7 and not properly displayed on hover**
37
38 |= |=Button |=Button on hover
39 |=2.5 |image:ButtonIE7in25.png |[[image:HoverButtonIE7in25.png]]
40 |=2.4 |image:ButtonIE7in24.png |[[image:HoverButtonIE7in24.png]]
41
42 * **Buttons not displayed correctly in IE7 for the Wiki and Wysiwyg editor**
43
44 |=2.5 |[[image:EditWikiWysiwygIE7.png]]
45
46 * **"Edit parent" button not displayed correctly in IE8, missing in IE 6 & 7:**
47
48 |=FF |[[image:EditParentFF.png]]
49 |=IE8 |[[image:EditParentIE8.png]]
50 |=IE6 & 7 |[[image:EditParentIE67.png]]
51
52 * **Buttons not displayed correctly in IE7 when editing a blog post**
53
54 |IE7 |[[image:EditBlogPostIE7.png]]
55
56 * **"Edit" menu doesn't display correctly when editing "Objects"**
57
58 To Reproduce:
59
60 * Edit a page objects
61 * Hover over the "Edit" menu
62
63 Results:
64
65 * In IE6: The "Select a class" dropdown is displayed over the "Edit" menu
66 * In IE7: You can't click the "Class" link in the "Edit" menu
67
68 |=IE6 |[[image:EditObjectsIE6.png]]
69 |=IE7 |[[image:EditObjectsIE7.png]]
70
71 * **Summary in History for adding Attachments displays code, in addition to the attachment name**
72
73 To reproduce:
74
75 * Attach a file
76 * Click on the History tab
77 * Look at the summary for the page version where you added the attachment.
78
79 Result:
80
81 * 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//
82
83 |[[image:AttachmentsHistory.png]]