[ 
https://issues.apache.org/jira/browse/QPID-7308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346208#comment-15346208
 ] 

Lorenz Quack commented on QPID-7308:
------------------------------------

I did some testing on the following browsers:
 * IE 11 on windows
 * chrome 51 on windows
 * firefox 47 on linux

Issues on Internet Explorer:
 * no default columns are selected
 * The columns and conditions menus are empty
 * In advanced mode the textboxes are not resizable
 * opening a VirtualHost tab gives an error in the console. The rest of the 
virtualhost tab cannot be tested because of this (e.g. clicking on query 
button).

Those problems might or might not be connected to this:
 * In QueryGrid.js:174 the method definition is using what I believe is ES6 
syntax which IE 11 chokes on.

Issues in Firefox and chrome unless stated otherwise:
 * in advanced mode the textboxes can be resized to be larger than the window 
making it impossible to decrease the size again ("select" testbox in the 
attached screenshot).
 * if the text boxes are decreased in height so that they are smaller than the 
label the next row floats to the right of the preceding label ("where" and 
"order by" in the attached screenshot). Any reason you use floating divs 
instead of a table? This does not occur in chrome but there the textboxes 
cannot be decreased in size.
 * when opening more than one query tab there is a error in the console and 
there are conditions (any) for the default columns that are not present on the 
first query tab. probably because of the error but the rest of the interface 
does not work properly.
 * trying to decrease the size of the last column behaves strangely. To me it 
seems the column decreases its size by about half and the first column 
increases by the other half.
 * when dragging a column in standard mode and you release it at the same place 
it is treated as a click and will cause a sort
 * when dragging a column in standard mode there is a small box showing green 
or red when the drag is valid or not (which is a nice feature). However that 
box seems to have a title "1" which is weird
 * typically with drop down menus you can open them with the keyboard by 
pressing space. this does not work with the page size dropdown box. (in chrome 
this works)


> [Java Broker] Improve Query UI functionality and look 
> ------------------------------------------------------
>
>                 Key: QPID-7308
>                 URL: https://issues.apache.org/jira/browse/QPID-7308
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>    Affects Versions: qpid-java-6.1
>            Reporter: Alex Rudyy
>            Assignee: Lorenz Quack
>             Fix For: qpid-java-6.1
>
>
> The following improvements need to be done in Query UI:
> # Within pagination area, the current page should be given prominence
> # Simple query should have default columns.  Initially these could be 
> hardcoded.  Eventually, this could be driven by  a preference
> # Change wording of the warning when switching to advanced mode
> # Exclamation icon is off-centre.   Are there icons from the new theme we can 
> use?
> # Text box alignment
> # Columns should be re-orderable by dragging in standard mode only
> # Remove a column with fewer clicks - nice to have
> # Query UI not fully keyboard traversal-able
> ** fix sorting with keyboard
> ** fix clicking through the rows
> # Errors in SQL syntax are not reported to the user
> # The same columns can be selected 2 times in column drop down select



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to