Skip to content
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

[FIX] Replace regex not compatible with safari #27294

Merged
merged 1 commit into from
Nov 18, 2022
Merged

[FIX] Replace regex not compatible with safari #27294

merged 1 commit into from
Nov 18, 2022

Conversation

filipemarins
Copy link
Contributor

@filipemarins filipemarins commented Nov 18, 2022

Proposed changes (including videos or screenshots)

Issue(s)

Fixes #27172

Steps to test or reproduce

Open any chat or channel in Safari it will return a gray screen.

Further comments

The look behind assertion is not compatible with safari, the only solution is to avoid it. So I just replace the regex for one compatible with safari.

We already have unit tests for this function.

@filipemarins filipemarins changed the title [FIX] replace regex not compatible with safari [FIX] Replace regex not compatible with safari Nov 18, 2022
@filipemarins filipemarins marked this pull request as ready for review November 18, 2022 08:24
@filipemarins filipemarins requested a review from a team as a code owner November 18, 2022 08:24
@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #27294 (db68cda) into develop (5c4c331) will increase coverage by 1.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #27294      +/-   ##
===========================================
+ Coverage    40.27%   41.28%   +1.01%     
===========================================
  Files          845      817      -28     
  Lines        18378    17881     -497     
  Branches      2052     1988      -64     
===========================================
- Hits          7401     7383      -18     
+ Misses       10689    10215     -474     
+ Partials       288      283       -5     
Flag Coverage Δ
e2e 41.28% <ø> (+1.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: needs QA labels Nov 18, 2022
@ggazzo ggazzo merged commit 5e2b8b1 into develop Nov 18, 2022
@ggazzo ggazzo deleted the regex branch November 18, 2022 12:11
@ggazzo ggazzo added this to the 5.3.2 milestone Nov 18, 2022
@ggazzo ggazzo mentioned this pull request Nov 18, 2022
gabriellsh added a commit that referenced this pull request Nov 18, 2022
…ecateSettings

* 'develop' of github.com:RocketChat/Rocket.Chat:
  [NEW] Federation events coverage expansion (#27119)
  [FIX] Message Parser version upgrade (#27284)
  [FIX] Replace regex not compatible with safari (#27294)
  [NEW] Emphasis Elements (italic, strike and bold) in Message Parser Components (#27003)
gabriellsh added a commit that referenced this pull request Nov 21, 2022
…age-ignore-reactivity

* 'develop' of github.com:RocketChat/Rocket.Chat: (23 commits)
  Chore: removing useEndpointData from license api (#26634)
  Chore: Create unique index for `E2EKey` field (#27301)
  [FIX] LDAP "Sync Roles" option doesn't work for custom roles (#26842)
  Chore: UserAvatar wrapper missing key in RoomForeword (#27300)
  Chore: Add deprecation warning to settings (#27295)
  Chore: Refactor LeaveTeam to Typescript (#27197)
  [FIX] Sidebar context menu in searchList (#23830)
  [NEW] Federation events coverage expansion (#27119)
  [FIX] Message Parser version upgrade (#27284)
  [FIX] Replace regex not compatible with safari (#27294)
  [NEW] Emphasis Elements (italic, strike and bold) in Message Parser Components (#27003)
  [FIX] Set default value "false" for global search. (#25568)
  Regression: Custom fields form not showing in user profile nor admin (#27244)
  [FIX] Sort RecordList items in REVERSE chronological order, not FORWARD (#27201)
  Chore: Remove unused css (#27289)
  Chore: also send thread to channel translations (#27242)
  [FIX] Marketplace app details page back-button behavior (#27062)
  Chore: Add tests for omni-jobs & add more context in system messages for jobs (#27048)
  Chore: Fix missing license for forks (#27258)
  i18n: Language update from LingoHub 🤖 on 2022-11-14Z (#27255)
  ...
@ggazzo ggazzo mentioned this pull request Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA skipped stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grey screen after joining channel when using Safari on IOS
3 participants