-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tear off tab doesn't show shields until URL bar is selected #1276
Labels
feature/shields
The overall Shields feature in Brave.
feature/tear-off-tabs
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-Plan-Specified
QA/Yes
Milestone
Comments
srirambv
added
good first issue
feature/shields
The overall Shields feature in Brave.
feature/tear-off-tabs
labels
Sep 26, 2018
11 tasks
bbondy
pushed a commit
to brave/brave-core
that referenced
this issue
Oct 4, 2018
The `BraveActionsContainer` was not being shown when tearing off a tab into a new window. This was due to `BraveActionsContainer::Update()` not forcing a `Layout()` in `BraveLocationBarView`. This is now done by implementing the aforementioned callback. Fixes brave/brave-browser#1276.
hferreiro
added a commit
to brave/brave-core
that referenced
this issue
Oct 9, 2018
When a `BraveAction` is added, the size change isn't properly notified to `BraveLocationBarView`. This commit implements `ChildPreferredSizeChanged()` in both `BraveActionsContainer` and `BraveLocationBarView`, and makes sure the action's preferred size is set after calling `AddChildView()`. Fixes brave/brave-browser#1276
17 tasks
Verification Passed on
Verification passed on
Verified passed with
|
Issue is fixed and working fine on 0.55.13. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/shields
The overall Shields feature in Brave.
feature/tear-off-tabs
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Test-Plan-Specified
QA/Yes
Description
Tear off tab doesn't show shields until URL bar is selected
Steps to Reproduce
Note: Repeat the above steps with
chrome://
tab in step 2 doesn't reproduce the issueActual result:
Expected result:
Shields should be shown for all tabs even if its of a tab thats dragged into a new window
Reproduces how often:
100%
Brave version (chrome://version info)
Reproducible on current release:
N/A
Website problems only:
Additional Information
@bbondy reproduced it on macOS
The text was updated successfully, but these errors were encountered: