[JBoss JIRA] (JBIDE-19283) Unnecessary dialog displayed when LiveReload is enabled/disabled for BrowserSim
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19283?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-19283:
-------------------------------------------
Fix Version/s: 4.4.x
(was: 4.3.x)
> Unnecessary dialog displayed when LiveReload is enabled/disabled for BrowserSim
> -------------------------------------------------------------------------------
>
> Key: JBIDE-19283
> URL: https://issues.jboss.org/browse/JBIDE-19283
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.3.0.Alpha1
> Environment: JBDS 9.0.0.Alpha1-v20150216-1042-B11
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.4.x
>
>
> 1. Open BrowserSim
> 2. Select skin which doesn't fit to screen
> ASSERT: Dialog asking to choose Truncate or Show actual size is displayed
> 3. Select one from those options
> 4. Enable or disable LiveReload for BrowserSim
> ERROR: Dialog asking to choose Truncate or Show actual size is displayed
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-6334) Preferences to control DnD markers parameters and captions like Color, What kind of markers to show and what colors should be used
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-6334?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-6334:
------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Preferences to control DnD markers parameters and captions like Color, What kind of markers to show and what colors should be used
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-6334
> URL: https://issues.jboss.org/browse/JBIDE-6334
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-core
> Affects Versions: 3.2.0.M1
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Priority: Optional
> Labels: dnd, new_and_noteworthy, vpe
> Fix For: LATER
>
>
> DnD markers behavior should have preferences to control at least color, because at first sight I would prefer different color scheme. Red for possible positions and black for position where dropped element is going to be inserted.
> Here option candidates:
> 1. Show Possible Drop Markers : Yes/No checkbox
> 2. Possible Drop Location Marker color: Color Chooser
> 3. Drop Location Marker Color
> 4. Highlight Drop Target Element: yes/No checkbox
> 5. Highlighted element Border color: Color Chooser
> 6. Highlighted element Background color: Color Chooser
> 7. Highlighting Transparency: 50-100%
> In DnD captions (JBIDE-5970) would be good to have preferences to let it be controlled. Something like:
> 1. Where to show caption: VPE ,Eclipse Status Line
> 2. Where to show if VPE is selected in point 1: Align to Cursor, Highlighted element or have it always at the same fixed place.
> 3. Show the code after DnD is finished in caption: Yes/No
> 4. Font color: Color chooser
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-16938) Source code formatting is not working
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16938?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-16938:
-------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Source code formatting is not working
> -------------------------------------
>
> Key: JBIDE-16938
> URL: https://issues.jboss.org/browse/JBIDE-16938
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
>
> 1. Create HTML page with this content
> {code}
> <!DOCTYPE html>
> <html ng-app="dsd">
> <body>
> textbody
> <h1>texth1</h1>
> </body>
> </html>
> {code}
> 0. Double click on "texth1"
> ASSERT: Formatting buttons are enabled
> 1. Click within text "textbody"
> ERROR: Formatting toolbar buttons are disabled
> 2. Click within text "texth1"
> 3. Click button Italic
> ASSERT: "texth1" is surrounded by <i> tags
> 4. Repeat step 2. and click on button bold
> ERROR: "texth1" is not surrounded by <b> tags. Text <b></b> is added after "texth1"
> 5. Double click on "texth1"
> ERROR: Formatting buttons are disabled
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-17452) RichFaces project is hiding list of members when run with JDK 8
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17452?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-17452:
-------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> RichFaces project is hiding list of members when run with JDK 8
> ---------------------------------------------------------------
>
> Key: JBIDE-17452
> URL: https://issues.jboss.org/browse/JBIDE-17452
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2-v20140525-2146-B104
> Linux 64 bit
> Java Oracle JDK 1.8
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
>
> 1. Import RichFaces project from Central
> 2. Run it on JBoss AS server 7.1.1.Final
> 3. Open application URL in BrowserSim
> 4. Open members list in BrowserSim
> 5. Enter member in Web Browser
> ASSERT: New member appears in BrowserSim
> 6. Wait for a moment (3-5 secs.)
> ERROR: List of members disappeared in BrowserSim
> It works fine when BrowserSim runs with Java Oracle JDK 1.7.0_51
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-17577) Wrong layout of Back and Forward buttons with GTK 3 and Java 8
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17577?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-17577:
-------------------------------------------
Fix Version/s: 4.4.x
(was: 4.3.x)
> Wrong layout of Back and Forward buttons with GTK 3 and Java 8
> --------------------------------------------------------------
>
> Key: JBIDE-17577
> URL: https://issues.jboss.org/browse/JBIDE-17577
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0 Beta2-v20140608-1040-B121
> Oracle JDK 1.8.0_05
> Fedora 20 64bit Gnome
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.4.x
>
> Attachments: browsersimlayout.png
>
>
> 1. Select GTK3 in Windows > Preferences > BrowserSim/CordovaSim
> 2. Open BrowserSIm
> 3. Navigate BrowserSim to www.google.com
> ERROR: Once web page is fully loaded Back button has wrong layout and Forward buttons disappears
> !browsersimlayout.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-18976) VPE Tag Navigation Bar looks empty when cursor located between tags without text
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18976?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-18976:
-------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> VPE Tag Navigation Bar looks empty when cursor located between tags without text
> --------------------------------------------------------------------------------
>
> Key: JBIDE-18976
> URL: https://issues.jboss.org/browse/JBIDE-18976
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.1.Final
> Environment: Fedora 20 Linux x86_64
> OpenJDK 7
> export SWT_GTK3=1
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
> Attachments: screenshot1.png
>
>
> Navigation bar is empty sometimes. It happens when cursor is between tags and there is no #text node. It should show the nodes with parent tag when it is behind closing tag. Do not forget about case for tags that has optional closing tag.
> !screenshot1.png!
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-16298) Layout for BrowserSim/CordovaSim Preferences should look similar to JRE tab in Java Application Run Configuration
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16298?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov resolved JBIDE-16298.
--------------------------------------------
Resolution: Won't Fix
> Layout for BrowserSim/CordovaSim Preferences should look similar to JRE tab in Java Application Run Configuration
> -----------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-16298
> URL: https://issues.jboss.org/browse/JBIDE-16298
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Affects Versions: 4.1.1.Final
> Reporter: Denis Golovin
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.3.x
>
> Attachments: Selection_023.png, Selection_024.png
>
>
> BrowserSim/CordovaSim Preferences should look very close to Java Application Launcher JRE configuration in Run Configuration Dialog:
> !Selection_024.png!
> Now it looks like:
> !Selection_023.png!
> What should be changed:
> 1. Group label should be "JRE to run BrowserSim/CordovaSim"
> 2. First radio button should use lable "Workspace Default JRE (jre-name-from-installed)
> 3. Second radio should be labeled as "Alternate JRE:"
> 4. Combo box with available JRE's should be placed right after "Alternate JRE:' label
> 5. Description text "See 'Installed JREs' for JRE definitions" should be replaced with ''General settings for BrowserSim/CordovaSim."
> 6. Add 'Installed JREs...' after combo box
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-11430) Multiple selection in Source Editor is not properly reflected in Visual Editor
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11430?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-11430:
-------------------------------------------
Fix Version/s: LATER
(was: 4.3.x)
> Multiple selection in Source Editor is not properly reflected in Visual Editor
> ------------------------------------------------------------------------------
>
> Key: JBIDE-11430
> URL: https://issues.jboss.org/browse/JBIDE-11430
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 3.3.0.Beta2
> Environment: Linux 32 bit, JBT Beta2 H134
> Reporter: Vlado Pakan
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: LATER
>
> Attachments: correctVisualSelection.png, incorrectVisualSelection.png, vpemultipleselection
>
>
> 1. Create JSF 1.2 Kickstart project
> 2. Open hello.jsp page
> 3. Select this part of page source code via mouse:
> {noformat}
> <h:outputText value="#{Message.hello_message}" />,
> <h:outputText value="#{user.name}" />!
> {noformat}
> 4. Selection displayed within Visual Editor is proper
> !correctVisualSelection.png!
> 5. Select the same text with keyboard
> 6. Even the same text is selected within Source Editor selection in Visual Editor is different and incorrect.
> !incorrectVisualSelection.png!
> After 30 seconds multiple selection appears in Visual Editor but it's really to late. Should be much faster.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-14075) Firebug lite closes when I follow or open a new url
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14075?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov updated JBIDE-14075:
-------------------------------------------
Fix Version/s: (was: 4.3.x)
> Firebug lite closes when I follow or open a new url
> ---------------------------------------------------
>
> Key: JBIDE-14075
> URL: https://issues.jboss.org/browse/JBIDE-14075
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Reporter: Max Rydahl Andersen
> Assignee: Konstantin Marmalyukov
> Priority: Minor
> Fix For: 4.3.x
>
> Attachments: screenshot-1.png
>
>
> EXECUTE: Open Browersim on a site (i.e. http://dr.dk)
> EXECUTE: Right click > Fire Bug Lite
> ASSERT: fire bug shows up showing content for the current page
> EXECUTE: Click link or type in new url on browsersim that is different from previous site
> ASSERT: fire bug updates to show content for the current page
> the last ASSERT fails - firebug lite window closes down forcing users to again right click on skin click firebug lite.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months