blob: f4309be6e6982820b01e53087075712d237bcfcf (
plain)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | Dash search ----------- This test makes sure that the right command is run when you search using the dash. (see lp:856205) #. Press Alt+F2 #. Press 'g'. Make sure you see some command name (like gcc) #. Quickly type 'edit<Enter>' - so you'd run 'gedit'. Outcome The dash disappears, and gedit is run. If nothing happens or the first command is run (in this case gcc), this test failed. Mouse down and search bar focus ------------------------------- This test makes sure that the search bar doesn't lose the focus clicking into am emtpy area (or into a filter button). #. Open the app lens #. Expand the filter bar #. Make sure the dash has the focus #. The cursor should blink #. Click between a filter expander and the All Button (for example between Type > and All) or into a filter button. Outcome The cursor is still blinking. Category headers focus ---------------------- This test makes sure that clicking on a category headers doesn't focus it. #. Open the apps lens. #. Click on the dash search bar to make sure that the search bar has the focus. #. Click on a category header to expand/collapse a category Outcome The category should expand/collaspe and the search bar still has the focus. Drag and drop dash icons ---------------------------- This test makes sure that. #. Open the apps lens. #. Drag a dash icon. #. Now drop it inside the dash but on another icon or on a blank space. Outcome The dropped icon should not have the keyboard focus and should not remain enlightened. Dash SearchBar middle-click --------------------------- This test shows how the middle click over the dash search bar should work (see lp:842462) #. Open a text editor, and write some dummy text #. Select some text part of the written dummy text with mouse #. Press Super or Alt+F2 to open the Dash #. Move the mouse over the dash search bar #. Press middle click to paste the content of your primary clipboard Outcome The text previously selected is pasted on the search bar at mouse pointer position, if the operation is repeated the text is inserted where the mouse pointer is. Dash SearchBar IBus Focus ------------------------------ This test shows that the IBus is getting focus when it gets keyboard focus. #. Open the Dash #. Press Ctrl + Space to activate ibus #. Type "abc1" Outcome Typing "abc1" while ibus is focused will produce 阿布从 . If the ibus is not focused then "abc1" will be the outcome (This is incorrect behavior).
|