2022-09-19 10:32:30 +00:00
|
|
|
// This test checks the position of the `i` for the notable traits.
|
2023-04-11 17:11:34 +00:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.NotableStructWithLongName.html"
|
2022-09-19 10:32:30 +00:00
|
|
|
show-text: true
|
|
|
|
// We start with a wide screen.
|
2023-04-11 17:11:34 +00:00
|
|
|
set-window-size: (1100, 600)
|
2022-09-19 10:32:30 +00:00
|
|
|
// Checking they have the same y position.
|
|
|
|
compare-elements-position: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-09-19 10:32:30 +00:00
|
|
|
("y"),
|
|
|
|
)
|
|
|
|
// Checking they don't have the same x position.
|
|
|
|
compare-elements-position-false: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-09-19 10:32:30 +00:00
|
|
|
("x"),
|
|
|
|
)
|
|
|
|
// The `i` should be *after* the type.
|
|
|
|
assert-position: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
2022-09-22 18:51:48 +00:00
|
|
|
{"x": 677},
|
2022-09-19 10:32:30 +00:00
|
|
|
)
|
|
|
|
assert-position: (
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-11-09 01:00:22 +00:00
|
|
|
{"x": 955},
|
2022-09-19 10:32:30 +00:00
|
|
|
)
|
2022-11-09 01:00:22 +00:00
|
|
|
// The tooltip should be below the `i`
|
2022-11-07 22:53:30 +00:00
|
|
|
// Also, clicking the tooltip should bring its text into the DOM
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
assert-count: ("//*[@class='tooltip popover']", 1)
|
2022-10-26 21:42:53 +00:00
|
|
|
compare-elements-position-near: (
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
|
|
|
"//*[@class='tooltip popover']",
|
2022-11-09 01:00:22 +00:00
|
|
|
{"y": 30}
|
2022-10-26 21:42:53 +00:00
|
|
|
)
|
|
|
|
compare-elements-position-false: (
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
|
|
|
"//*[@class='tooltip popover']",
|
2022-10-26 21:42:53 +00:00
|
|
|
("x")
|
|
|
|
)
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
2022-11-07 22:53:30 +00:00
|
|
|
move-cursor-to: "//h1"
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
2022-09-19 10:32:30 +00:00
|
|
|
|
|
|
|
// Now only the `i` should be on the next line.
|
2023-04-11 17:11:34 +00:00
|
|
|
set-window-size: (1055, 600)
|
2022-09-19 10:32:30 +00:00
|
|
|
compare-elements-position-false: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-09-19 10:32:30 +00:00
|
|
|
("y", "x"),
|
|
|
|
)
|
|
|
|
|
|
|
|
// Now both the `i` and the struct name should be on the next line.
|
2023-04-11 17:11:34 +00:00
|
|
|
set-window-size: (980, 600)
|
2022-09-19 10:32:30 +00:00
|
|
|
// Checking they have the same y position.
|
|
|
|
compare-elements-position: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-09-19 10:32:30 +00:00
|
|
|
("y"),
|
|
|
|
)
|
|
|
|
// Checking they don't have the same x position.
|
|
|
|
compare-elements-position-false: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-09-19 10:32:30 +00:00
|
|
|
("x"),
|
|
|
|
)
|
|
|
|
// The `i` should be *after* the type.
|
|
|
|
assert-position: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
|
|
|
{"x": 245},
|
|
|
|
)
|
|
|
|
assert-position: (
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-11-09 01:00:22 +00:00
|
|
|
{"x": 523},
|
2022-09-19 10:32:30 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
// Checking on mobile now.
|
2023-04-11 17:11:34 +00:00
|
|
|
set-window-size: (650, 600)
|
2022-09-19 10:32:30 +00:00
|
|
|
// Checking they have the same y position.
|
|
|
|
compare-elements-position: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-09-19 10:32:30 +00:00
|
|
|
("y"),
|
|
|
|
)
|
|
|
|
// Checking they don't have the same x position.
|
|
|
|
compare-elements-position-false: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-09-19 10:32:30 +00:00
|
|
|
("x"),
|
|
|
|
)
|
|
|
|
// The `i` should be *after* the type.
|
|
|
|
assert-position: (
|
|
|
|
"//*[@id='method.create_an_iterator_from_read']//a[text()='NotableStructWithLongName']",
|
|
|
|
{"x": 15},
|
|
|
|
)
|
|
|
|
assert-position: (
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
2022-11-09 01:00:22 +00:00
|
|
|
{"x": 293},
|
2022-09-19 10:32:30 +00:00
|
|
|
)
|
2022-11-09 01:00:22 +00:00
|
|
|
// The tooltip should STILL be below `i`
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
assert-count: ("//*[@class='tooltip popover']", 1)
|
2022-11-09 01:00:22 +00:00
|
|
|
compare-elements-position-near: (
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
|
|
|
"//*[@class='tooltip popover']",
|
2022-11-09 01:00:22 +00:00
|
|
|
{"y": 30}
|
2022-10-26 21:42:53 +00:00
|
|
|
)
|
|
|
|
compare-elements-position-false: (
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']",
|
|
|
|
"//*[@class='tooltip popover']",
|
2022-10-26 21:42:53 +00:00
|
|
|
("x")
|
|
|
|
)
|
2022-11-09 01:00:22 +00:00
|
|
|
assert-position: (
|
2023-01-26 20:32:33 +00:00
|
|
|
"//*[@class='tooltip popover']",
|
2022-11-09 01:00:22 +00:00
|
|
|
{"x": 0}
|
2022-10-26 21:42:53 +00:00
|
|
|
)
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
2022-11-07 22:53:30 +00:00
|
|
|
move-cursor-to: "//h1"
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
2022-09-19 10:32:30 +00:00
|
|
|
|
2022-11-08 04:18:01 +00:00
|
|
|
// Now check the colors.
|
|
|
|
define-function: (
|
|
|
|
"check-colors",
|
|
|
|
(theme, header_color, content_color, type_color, trait_color),
|
2023-01-06 14:18:51 +00:00
|
|
|
block {
|
2023-04-11 17:11:34 +00:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.NotableStructWithLongName.html"
|
2022-11-08 04:18:01 +00:00
|
|
|
// This is needed to ensure that the text color is computed.
|
2023-01-06 14:18:51 +00:00
|
|
|
show-text: true
|
2022-11-08 04:18:01 +00:00
|
|
|
|
|
|
|
// Setting the theme.
|
2023-04-11 17:11:34 +00:00
|
|
|
set-local-storage: {"rustdoc-theme": |theme|, "rustdoc-use-system-theme": "false"}
|
2022-11-08 04:18:01 +00:00
|
|
|
// We reload the page so the local storage settings are being used.
|
2023-01-06 14:18:51 +00:00
|
|
|
reload:
|
2022-11-08 04:18:01 +00:00
|
|
|
|
2023-01-26 20:32:33 +00:00
|
|
|
move-cursor-to: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
assert-count: (".tooltip.popover", 1)
|
2022-11-08 04:18:01 +00:00
|
|
|
|
2023-01-06 14:18:51 +00:00
|
|
|
assert-css: (
|
2023-01-26 20:32:33 +00:00
|
|
|
".tooltip.popover h3",
|
2022-11-08 04:18:01 +00:00
|
|
|
{"color": |header_color|},
|
|
|
|
ALL,
|
2023-01-06 14:18:51 +00:00
|
|
|
)
|
|
|
|
assert-css: (
|
2023-01-26 20:32:33 +00:00
|
|
|
".tooltip.popover pre",
|
2022-11-08 04:18:01 +00:00
|
|
|
{"color": |content_color|},
|
|
|
|
ALL,
|
2023-01-06 14:18:51 +00:00
|
|
|
)
|
|
|
|
assert-css: (
|
2023-01-26 20:32:33 +00:00
|
|
|
".tooltip.popover pre a.struct",
|
2022-11-08 04:18:01 +00:00
|
|
|
{"color": |type_color|},
|
|
|
|
ALL,
|
2023-01-06 14:18:51 +00:00
|
|
|
)
|
|
|
|
assert-css: (
|
2023-01-26 20:32:33 +00:00
|
|
|
".tooltip.popover pre a.trait",
|
2022-11-08 04:18:01 +00:00
|
|
|
{"color": |trait_color|},
|
|
|
|
ALL,
|
2023-01-06 14:18:51 +00:00
|
|
|
)
|
|
|
|
},
|
2022-11-08 04:18:01 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
call-function: (
|
|
|
|
"check-colors",
|
|
|
|
{
|
|
|
|
"theme": "ayu",
|
|
|
|
"content_color": "rgb(230, 225, 207)",
|
|
|
|
"header_color": "rgb(255, 255, 255)",
|
|
|
|
"type_color": "rgb(255, 160, 165)",
|
|
|
|
"trait_color": "rgb(57, 175, 215)",
|
|
|
|
},
|
|
|
|
)
|
|
|
|
|
|
|
|
call-function: (
|
|
|
|
"check-colors",
|
|
|
|
{
|
|
|
|
"theme": "dark",
|
|
|
|
"content_color": "rgb(221, 221, 221)",
|
|
|
|
"header_color": "rgb(221, 221, 221)",
|
|
|
|
"type_color": "rgb(45, 191, 184)",
|
|
|
|
"trait_color": "rgb(183, 140, 242)",
|
|
|
|
},
|
|
|
|
)
|
|
|
|
|
|
|
|
call-function: (
|
|
|
|
"check-colors",
|
|
|
|
{
|
|
|
|
"theme": "light",
|
|
|
|
"content_color": "rgb(0, 0, 0)",
|
|
|
|
"header_color": "rgb(0, 0, 0)",
|
|
|
|
"type_color": "rgb(173, 55, 138)",
|
|
|
|
"trait_color": "rgb(110, 79, 201)",
|
|
|
|
},
|
|
|
|
)
|
2022-11-09 00:59:03 +00:00
|
|
|
|
|
|
|
reload:
|
|
|
|
|
|
|
|
// Check that pressing escape works
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
move-cursor-to: "//*[@class='tooltip popover']"
|
|
|
|
assert-count: ("//*[@class='tooltip popover']", 1)
|
2022-11-09 00:59:03 +00:00
|
|
|
press-key: "Escape"
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
|
|
|
assert: "#method\.create_an_iterator_from_read .tooltip:focus"
|
2022-11-09 00:59:03 +00:00
|
|
|
|
|
|
|
// Check that clicking outside works.
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
assert-count: ("//*[@class='tooltip popover']", 1)
|
2022-11-09 00:59:03 +00:00
|
|
|
click: ".search-input"
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
|
|
|
assert-false: "#method\.create_an_iterator_from_read .tooltip:focus"
|
2022-11-09 00:59:03 +00:00
|
|
|
|
|
|
|
// Check that pressing tab over and over works.
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
move-cursor-to: "//*[@class='tooltip popover']"
|
|
|
|
assert-count: ("//*[@class='tooltip popover']", 1)
|
2022-11-09 00:59:03 +00:00
|
|
|
press-key: "Tab"
|
|
|
|
press-key: "Tab"
|
|
|
|
press-key: "Tab"
|
|
|
|
press-key: "Tab"
|
|
|
|
press-key: "Tab"
|
|
|
|
press-key: "Tab"
|
|
|
|
press-key: "Tab"
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
|
|
|
assert: "#method\.create_an_iterator_from_read .tooltip:focus"
|
2022-11-18 23:25:37 +00:00
|
|
|
|
|
|
|
// Now we check that the focus isn't given back to the wrong item when opening
|
|
|
|
// another popover.
|
2023-05-10 08:56:59 +00:00
|
|
|
store-window-property: {"scrollY": scroll}
|
2022-11-28 17:21:19 +00:00
|
|
|
click: "#method\.create_an_iterator_from_read .fn"
|
2022-11-18 23:25:37 +00:00
|
|
|
// We ensure that the scroll position changed.
|
|
|
|
assert-window-property-false: {"scrollY": |scroll|}
|
|
|
|
// Store the new position.
|
2023-05-10 08:56:59 +00:00
|
|
|
store-window-property: {"scrollY": scroll}
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
wait-for: "//*[@class='tooltip popover']"
|
2022-11-18 23:25:37 +00:00
|
|
|
click: "#settings-menu a"
|
|
|
|
click: ".search-input"
|
|
|
|
// We ensure we didn't come back to the previous focused item.
|
|
|
|
assert-window-property-false: {"scrollY": |scroll|}
|
|
|
|
|
|
|
|
// Same but with Escape handling.
|
2023-05-10 08:56:59 +00:00
|
|
|
store-window-property: {"scrollY": scroll}
|
2022-11-28 17:21:19 +00:00
|
|
|
click: "#method\.create_an_iterator_from_read .fn"
|
2022-11-18 23:25:37 +00:00
|
|
|
// We ensure that the scroll position changed.
|
|
|
|
assert-window-property-false: {"scrollY": |scroll|}
|
|
|
|
// Store the new position.
|
2023-05-10 08:56:59 +00:00
|
|
|
store-window-property: {"scrollY": scroll}
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
wait-for: "//*[@class='tooltip popover']"
|
2022-11-18 23:25:37 +00:00
|
|
|
click: "#settings-menu a"
|
|
|
|
press-key: "Escape"
|
|
|
|
// We ensure we didn't come back to the previous focused item.
|
|
|
|
assert-window-property-false: {"scrollY": |scroll|}
|
rustdoc: improve popover focus handling JS
This commit fixes a few inconsistencies and erratic behavior from the
notable traits, settings, and sidebar popups:
* It makes it so that pressing Escape closes the mobile sidebar.
This is a bit difficult to do on iPhone, but on other setups like
desktop tiling window managers, it's easy and makes sense.
* It makes sure that pressing escape while a notable trait popover is
open focuses the popover's toggle button, instead of leaving nothing
focused, since that makes more sense with keyboard navigation. Clicking
the settings, help, or sidebar buttons, however, will not focus the
notable trait popover toggle button.
* It ensures that notable trait and settings popovers are exclusive
with the mobile sidebar. Nothing should ever overlap a popover, and
there should never be more than one popover open at once.
2022-11-26 16:52:58 +00:00
|
|
|
|
|
|
|
// Opening the mobile sidebar should close the popover.
|
2023-04-11 17:11:34 +00:00
|
|
|
set-window-size: (650, 600)
|
2023-01-26 20:32:33 +00:00
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
assert-count: ("//*[@class='tooltip popover']", 1)
|
rustdoc: improve popover focus handling JS
This commit fixes a few inconsistencies and erratic behavior from the
notable traits, settings, and sidebar popups:
* It makes it so that pressing Escape closes the mobile sidebar.
This is a bit difficult to do on iPhone, but on other setups like
desktop tiling window managers, it's easy and makes sense.
* It makes sure that pressing escape while a notable trait popover is
open focuses the popover's toggle button, instead of leaving nothing
focused, since that makes more sense with keyboard navigation. Clicking
the settings, help, or sidebar buttons, however, will not focus the
notable trait popover toggle button.
* It ensures that notable trait and settings popovers are exclusive
with the mobile sidebar. Nothing should ever overlap a popover, and
there should never be more than one popover open at once.
2022-11-26 16:52:58 +00:00
|
|
|
click: ".sidebar-menu-toggle"
|
|
|
|
assert: "//*[@class='sidebar shown']"
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
|
|
|
assert-false: "#method\.create_an_iterator_from_read .tooltip:focus"
|
|
|
|
// Clicking a notable trait tooltip popover should close the sidebar.
|
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
assert-count: ("//*[@class='tooltip popover']", 1)
|
rustdoc: improve popover focus handling JS
This commit fixes a few inconsistencies and erratic behavior from the
notable traits, settings, and sidebar popups:
* It makes it so that pressing Escape closes the mobile sidebar.
This is a bit difficult to do on iPhone, but on other setups like
desktop tiling window managers, it's easy and makes sense.
* It makes sure that pressing escape while a notable trait popover is
open focuses the popover's toggle button, instead of leaving nothing
focused, since that makes more sense with keyboard navigation. Clicking
the settings, help, or sidebar buttons, however, will not focus the
notable trait popover toggle button.
* It ensures that notable trait and settings popovers are exclusive
with the mobile sidebar. Nothing should ever overlap a popover, and
there should never be more than one popover open at once.
2022-11-26 16:52:58 +00:00
|
|
|
assert-false: "//*[@class='sidebar shown']"
|
|
|
|
|
|
|
|
// Also check the focus handling for the help button.
|
2023-04-11 17:11:34 +00:00
|
|
|
set-window-size: (1100, 600)
|
rustdoc: improve popover focus handling JS
This commit fixes a few inconsistencies and erratic behavior from the
notable traits, settings, and sidebar popups:
* It makes it so that pressing Escape closes the mobile sidebar.
This is a bit difficult to do on iPhone, but on other setups like
desktop tiling window managers, it's easy and makes sense.
* It makes sure that pressing escape while a notable trait popover is
open focuses the popover's toggle button, instead of leaving nothing
focused, since that makes more sense with keyboard navigation. Clicking
the settings, help, or sidebar buttons, however, will not focus the
notable trait popover toggle button.
* It ensures that notable trait and settings popovers are exclusive
with the mobile sidebar. Nothing should ever overlap a popover, and
there should never be more than one popover open at once.
2022-11-26 16:52:58 +00:00
|
|
|
reload:
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
|
|
|
click: "//*[@id='method.create_an_iterator_from_read']//*[@class='tooltip']"
|
|
|
|
assert-count: ("//*[@class='tooltip popover']", 1)
|
rustdoc: improve popover focus handling JS
This commit fixes a few inconsistencies and erratic behavior from the
notable traits, settings, and sidebar popups:
* It makes it so that pressing Escape closes the mobile sidebar.
This is a bit difficult to do on iPhone, but on other setups like
desktop tiling window managers, it's easy and makes sense.
* It makes sure that pressing escape while a notable trait popover is
open focuses the popover's toggle button, instead of leaving nothing
focused, since that makes more sense with keyboard navigation. Clicking
the settings, help, or sidebar buttons, however, will not focus the
notable trait popover toggle button.
* It ensures that notable trait and settings popovers are exclusive
with the mobile sidebar. Nothing should ever overlap a popover, and
there should never be more than one popover open at once.
2022-11-26 16:52:58 +00:00
|
|
|
click: "#help-button a"
|
2023-01-26 20:32:33 +00:00
|
|
|
assert-count: ("//*[@class='tooltip popover']", 0)
|
|
|
|
assert-false: "#method\.create_an_iterator_from_read .tooltip:focus"
|