Group Speed Dial 的评价
Group Speed Dial 作者: Juraj Mäsiar
Firefox 用户 18253119 的评价
评分 5 / 5
来自 Firefox 用户 18253119, 5 个月前Update: Thank you for the prompt reply, the CSS seems to resolve the issue so far, I will update if I have notice any more problems.
Looking forward for the next update! Best regards.
Overall the experience with Group Speed Dial is perfect, but there is one small problem I encountered with dynamic layout option.
By selecting "Hide last "+" dial in dynamic layout", there is still an invisible dial space reserved for the "+", which causes to create an extra invisible column at some cases. I am wondering if that is an intentional design, because sometimes when I accidently touch the mouse wheel and the entire layout shifts up to show me a column of nothing.
The other non-dynamic options does not have the issue, but will either squeeze or stretch the dials on a vertical monitor, that is why I have been using the dynamic layout option. It would be nice if by hiding the "+" will also remove that reserved dial space for better view. Thank you!
Looking forward for the next update! Best regards.
Overall the experience with Group Speed Dial is perfect, but there is one small problem I encountered with dynamic layout option.
By selecting "Hide last "+" dial in dynamic layout", there is still an invisible dial space reserved for the "+", which causes to create an extra invisible column at some cases. I am wondering if that is an intentional design, because sometimes when I accidently touch the mouse wheel and the entire layout shifts up to show me a column of nothing.
The other non-dynamic options does not have the issue, but will either squeeze or stretch the dials on a vertical monitor, that is why I have been using the dynamic layout option. It would be nice if by hiding the "+" will also remove that reserved dial space for better view. Thank you!
开发者回应
发布于 5 个月前UPDATE:
I've experimented with it now, and it looks like it works fine.
And I've just realized, you can test the fix yourself - simply open Options page / General / "Custom CSS styles:" and paste there this style:
html:not(.drag_and_drop, .add_current_mode, .edit_dial, .edit_group) {
.hide_dial_plus.dynamic > .dials > .is_plus:last-of-type {display: none}
}
/* ------------------------------------------ */
Hello,
I can confirm that the hidden "+" dial is indeed taking space.
I'm not sure why though.
But I understand how this is unexpected from the user point.
I'll do my best to fix this in the upcoming 27.2 version (it should be out in a few weeks).
Best Regards,
Juraj Mäsiar
I've experimented with it now, and it looks like it works fine.
And I've just realized, you can test the fix yourself - simply open Options page / General / "Custom CSS styles:" and paste there this style:
html:not(.drag_and_drop, .add_current_mode, .edit_dial, .edit_group) {
.hide_dial_plus.dynamic > .dials > .is_plus:last-of-type {display: none}
}
/* ------------------------------------------ */
Hello,
I can confirm that the hidden "+" dial is indeed taking space.
I'm not sure why though.
But I understand how this is unexpected from the user point.
I'll do my best to fix this in the upcoming 27.2 version (it should be out in a few weeks).
Best Regards,
Juraj Mäsiar