amend z-index to bring 2D UI to foreground#536
Conversation
ktheo-ptc
commented
Oct 17, 2023
- adjusts z-index to bring 2D UI to foreground
…s from recentlyUsedBar on desktop
Tries to more elegantly handle minimum timeline width, fix initial load of hpa after recording finished (unsuccessfully), and simplifies and optimizes bestClonesByTimestamp logic
setDisplayRegion can be called before the message setting the active analytics frame to the correct one so the extra setDisplayRegion would go to the 'none' analytics, causing everything to be loaded twice over.
Allows remote pose tracking to be a little sloppier while remaining within the wider 500 ms tolerance window the timeline establishes.
…d touch intersection point
Spaghetti now fades out if it is not the one the user is interacting …
* Changed reception of poses stream from Swift to reflect new data structure. * Added passing of extra frame data (camera calibration) together with human pose.
Avatar lines
Adds -webkit-user-drag:none to all elements; disables hover on mobile ru-icons
…lytics tool is opened
Load history fix
This reverts commit ccc3a33.
Display region fix
…or or ios patches taken on remote-operator show up in the right spot on remop or in AR. mobile ones do not.
… or on remote operator, and appear in the right spot; only missing feature is the snapshots dont immediately appear in AR if taken on the mobile device, only if taken on remop
…quested the capture
…r. Improves shader for spatial snapshots to fade to flat shading when viewing angle and position approach the angle/position that the photo was taken from
…tial patches working cleanly
… longer initializing before
Fixes live analytics menu from being offscreen due to session menu no…
…that multiple minimized (but open) tools dont all add the subtools within them
Take spatial snapshots on iOS device; refactor SpatialSnapshotCoordinator out of CameraVisCoordinator; implement capture APIs
hobinjk-ptc
left a comment
There was a problem hiding this comment.
Minor issue on Safari: If the scene contains a minimized drawing tool something goes wrong and right-clicking brings up the context menu. Not actually sure what's happening here since adding a contextmenu listener with event.preventDefault isn't making it go away
|
I think the z-index adjustment should be fine. I remember running into that context menu issue before and I thought I found a reason for it – I'll look into this now. |
| tempThisObject.fullscreenZPosition = msgContent.fullscreenZPosition; | ||
| } | ||
|
|
||
There was a problem hiding this comment.
nit: trailing whitespace
hobinjk-ptc
left a comment
There was a problem hiding this comment.
LGTM with one lint and one comment inline
| globalStates.platform = false; | ||
| } | ||
|
|
||
| if (realityEditor.device.environment.isSafari()) { |
There was a problem hiding this comment.
This should have a comment on why ("iframes in safari intercept pointer-events if not given a negative z-index") it's done
944d083 to
99778c5
Compare