[JBoss JIRA] Created: (JBIDE-4734) Layout for VPE tool bar formatting is broken under Linux.
by Yura Zhishko (JIRA)
Layout for VPE tool bar formatting is broken under Linux.
---------------------------------------------------------
Key: JBIDE-4734
URL: https://jira.jboss.org/jira/browse/JBIDE-4734
Project: JBoss Tools
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M3
Environment: Linux 2.6.27.21-0.1-default x86_64
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Attachments: screenshot-1.jpg
No VPE tool bar formatting is Expanded (see related issue). But there are some problems with buttons' and comboBoxes' layout.
1) Begin to decrease Visual Pane Size from right side until tool bar button I (Italic) doesn't become invisible. And Chevron button (>>) appears.
2) Press Chevron button (>>)
ASSERT: I (Italic), B (Bold) and two buttons with color formatting appeared.
ASSERT FAILED: I (Italic) button is invisible (see screenshot-1)
3) Continue to decrease Visual Pane Size and stop when achieve Text Font comboBox. Press Chevron.
ASSERT: Text Font comboBox should disappear from main tool bar and should be available from expanded menu
ASSERT FAILED: ComboBox doesn't disappear from main tool bar (screenshot-2).
4) Restore default Visual Pane Position (No Chevron buttons. All buttons and comboBoxes are visible on the tool bar formatting panel).
5) Press Text Font comboBox
RESULT: Layout is broken (screenshot-3)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (JBIDE-4935) VPE layout is broken for pages.
by Yura Zhishko (JIRA)
VPE layout is broken for pages.
-------------------------------
Key: JBIDE-4935
URL: https://jira.jboss.org/jira/browse/JBIDE-4935
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M4
Reporter: Yura Zhishko
Assignee: Denis Maliarevich
Priority: Minor
1) Create JSF 1.2 Kick Start Project in clear workspace
2) Open inputUserName.jsp
ASSERT: Page is opened and split for Visual and Source parts. Both parts fill equal spaces. Source Pane is on top (screenshot-1).
ASSERT FAILED: All space is occupied by Source Pane and Visual pane is minimized and situated on the top (screenshot-2).
Static method CustomSashForm.isSourceEditorFirst() always returns "false", as the method JspEditorPlugin.getDefault().getPreferenceStore()
.getString(IVpePreferencesPage.VISUAL_SOURCE_EDITORS_SPLITTING) returns "" String, if we hadn't rotate s/v editors before, so the next code:
if (CustomSashForm.isSourceEditorFirst()) {
sourceContent = new Composite(container, SWT.NONE);
visualContent = new Composite(container, SWT.NONE);
} else {
visualContent = new Composite(container, SWT.NONE);
sourceContent = new Composite(container, SWT.NONE);
}
will put Visual Content on the top. It seems, that we don't set such preferences for clear workspace at all.
3) Maximize Visual pane
4) Make a rotation
ASSERT: Page should be opened with maximized Visual Pane
ASSERT FAILED: Source pane is maximized (screenshot-3).
The root of last failed is shown on screenshot-4.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (JBIDE-4941) Tabs' preferences should be loaded only when a page opens
by Yura Zhishko (JIRA)
Tabs' preferences should be loaded only when a page opens
---------------------------------------------------------
Key: JBIDE-4941
URL: https://jira.jboss.org/jira/browse/JBIDE-4941
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M4
Reporter: Yura Zhishko
Assignee: Denis Maliarevich
Priority: Minor
1) Create JSF 1.2 Kick Start project
2) Open inputUserName.jsp
3) Press Preferences button.
4) In Tabs group select items as shown on screenshot-1
5) Press OK button
ASSERT: I think that it's better to load preferences for Tabs when the page opens with JBT editor
ASSERT FAILED: For now when we change preferences in Tabs group and press OK, all controls are redrawing immediately in editors. It's very uncomfortable in some cases.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (JBIDE-4982) "Ask for tag attributes during tag insert" doesn't work
by Yura Zhishko (JIRA)
"Ask for tag attributes during tag insert" doesn't work
-------------------------------------------------------
Key: JBIDE-4982
URL: https://jira.jboss.org/jira/browse/JBIDE-4982
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M4
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
1) Open "Preferences" dialog
2) Check "Ask for tag attributes during tag insert" check box.
3) Drag and Drop any tag from Palette into Source path
ASSERT: Insert tag dialog to select attributes appears.
4) Drag and Drop any tag from Palette into Visual path
ASSERT: Insert tag dialog to select attributes appears.
ASSERT FAILED: There is no any dialog.
5) Open "Preferences" and uncheck "Ask for tag attributes during tag insert" check box.
6) Drag and Drop any tag from Palette into Source path
ASSERT: Insert tag dialog to select attributes shouldn't appear if there are no required attributes in a tag.
ASSERT FAILED: Insert dialog always appears.
7) Drag and Drop any tag from Palette into Visual path
ASSERT: Insert tag dialog to select attributes shouldn't appear if there are no required attributes in a tag.
So, only one summary appears in a head. Neither Visual no Source paths doesn't react to "Ask for tag attributes during tag insert" option.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months
[JBoss JIRA] Created: (JBIDE-5122) Deprecate JBoss Server's View
by Rob Stryker (JIRA)
Deprecate JBoss Server's View
-----------------------------
Key: JBIDE-5122
URL: https://jira.jboss.org/jira/browse/JBIDE-5122
Project: Tools (JBoss Tools)
Issue Type: Task
Components: JBossAS
Affects Versions: 3.1.0.M3
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.1.0.CR1
There is very little reason to maintain a JBoss Servers View now. All future tests should be performed on the standard Servers View.
All functionality of the JBoss Server's View should be found present and working in the regular Servers View.
This jira is not to remove / delete the code, but to deprecate it. After sufficient testing, for GA the JBoss Servers View should be deleted.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 8 months