Refined cases degradation of bitbucket user interface
See original GitHub issueHey! Great project, using it for years and completely happy!
Except for the last week, when Refined started causing a full page refresh š
Iāve traced the problem down to this function - https://github.com/refined-bitbucket/refined-bitbucket/blob/89e40530ebda863035dd31fd851c2050a4d2a833/src/ignore-whitespace/ignore-whitespace.js#L19
- you open a PR, it does not contain
?w=1
- refined reloads the page with `?w=1
- full page reload š
as well as
- you open a PR
- you click on a comment
- page updated with url without
?w=1
- refined reloads the page with `?w=1
- full page reload š
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Add syntax highlighting to diffs | Bitbucket Cloud
BCLOUD-19693 - Syntax Highlighting doesn't work in Bitbucket UI for few languages ... While Atlassian continues to ignore this feature request, the Refined...
Read more >Meet the Bitbucket UI
An introduction to the Bitbucket user interface, take a tour through commonly used views, settings, and what you need to know to get...
Read more >Chrome and Firefox extension that improves Bitbucket's user ...
Chrome and Firefox extension that improves Bitbucket's user experience - GitHub - refined-bitbucket/refined-bitbucket: Chrome and Firefox extension thatĀ ...
Read more >Bitbucket Reviews & Ratings 2022 - TrustRadius
Bitbucket's user interface is intuitive and maintaining repositories is a breeze. ... Be it the case where your company has just been founded...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Having the āSet āIgnore whitespaceā ON by default in the Old PR Experience (already natively supported in the New PR experience)ā option check seems to prevent the MERGE_COMMIT_TEMPLATE for functioning. Is this related to this reported issue?
Iāll explicitly remove the ignore whitepace feature for the New UI since itās not needed there, but the full page refresh in the Old UI is necessary to achieve the featureās description since itās the only way load a PR with whitespaces off.
This is a separate issue. Will be resolved in the next release, thanks for pointing it out!