ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

Show top of content in tab correctly with EnableRebar=0 #118

Closed kenhys closed 11 months ago

kenhys commented 11 months ago

Which issue(s) this PR fixes:

CSG#21

What this PR does / why we need it:

Even though IsRebar option is disabled (EnableRebar=0), create rebar as a container for only packing cTabWnd purpose.

It fixes the issue (When rebar is disabled, the top of website content in tab is partially hidden unexpectedly, in other words, the content rendering is clipped and can't access hidden parts)

e.g. when accessing https://www.google.co.jp, you can't see login button correctly which is placed at right top corner.

How to verify the fixed issue:

  1. Build ChronosN.exe
  2. Launch ChronosN.exe, access https://www.google.co.jp

Expected result:

Ensure that the login button is rendered correctly without clipping in the right top corner.

kenhys commented 11 months ago

Fixed and rebased.

HashidaTKS commented 11 months ago

LGTM!