The "Copy URL to clipboard" tooltip does not appear when hovering over a task description link - #28951
Conversation
|
@ZhenjaHorbach Just waiting for you to be assigned on the main issue. |
|
@jjcoffee |
Reviewer Checklist
Screenshots/VideosMobile Web - Chromeandroid-chrome.mp4Mobile Web - Safariios-safari-2023-10-11_13.12.22.mp4Desktopmac-desktop-2023-10-11_13.19.43.mp4iOSios-native-2023-10-11_13.15.00.mp4Androidandroid-native.mp4 |
|
Based on @thienlnam's comment on Slack, it sounds like we're wanting to disable the Confirm Task - Should we disable markdown processing altogether here? Task detail |
|
If there are such thoughts, then we can probably expand the solution and add 3 item menu states )
|
|
Hello )
cc: @jjcoffee |
|
Ah sorry, I commented in Slack, but it sounds like we want to keep markdown/links in this particular view. As for the tooltip, I think we should stay consistent with other link tooltips in chat which just shows the URL in the tooltip, right? |
Yes, links have the same tooltip with URL copy ) |
|
@jjcoffee |
|
@jjcoffee , Bump ) |
|
@ZhenjaHorbach Did you test with task description on Android? I'm still getting the hashtag rendered (works fine on private notes): |
Strange, I will check |
|
@jjcoffee This changes was made in this PR I checked and I didn't find a single reason And it works on private notes, because we get title from props with all tags |
|
@ZhenjaHorbach If you look a bit deeper, it's required because of this
To be safe maybe we can just do |
I have tried ) Maybe add a prop that disables adding a special character?) |
|
Ahhh never mind, I see that we do So should be safe to remove! |
|
Ready for your review @youssef-lr (automation went a bit weird since this is linked to 3 different issues)! |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/youssef-lr in version: 1.3.86-0 🚀
|
|
🚀 Deployed to production by https://github.com/francoisl in version: 1.3.86-5 🚀
|










Details
Fixed Issues
$ #27812
$ #28862
$ #28859
PROPOSAL: #27812 (comment)
Tests
~https://xyz.com/~and save# https://xvz.com/and save itOffline tests
~https://xyz.com/~and save# https://xvz.com/and save itQA Steps
~https://xyz.com/~and save# https://xvz.com/and save itPR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Web
Screen.Recording.2023-10-05.at.20.37.46.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
Screen.Recording.2023-10-05.at.20.43.56.mov
iOS
Android