Wiki source code of 25Snapshots

Version 35.1 by Sorin Burjan on 2010/11/05 11:24

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