Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

eliminate images "jumping" effect after loading the properties in image viewer #5775

Merged
merged 1 commit into from
Nov 6, 2013

Conversation

Simek
Copy link
Contributor

@Simek Simek commented Oct 30, 2013

This glitch was caused by images properties loading times and no reserved space for them while properties nodes are a part of centered content.

after loading the properties in image viewer
@ghost ghost assigned couzteau Nov 1, 2013
@couzteau
Copy link
Member

couzteau commented Nov 5, 2013

I have never see a jumping effect. Which paltform are you on?

@couzteau
Copy link
Member

couzteau commented Nov 5, 2013

If the editor is made small enough for the dimension and size or path to wrap then the image will overlap the wrapped line.

@redmunds
Copy link
Contributor

redmunds commented Nov 5, 2013

I think the problem was when image stats were asynchronously added to image viewer, so image viewer would render without stats, then render again with a different height (which made image appear to do a small "jump") once the stats were loaded. I noticed this too, but it seems to be fixed now.

@couzteau
Copy link
Member

couzteau commented Nov 5, 2013

I can see the jumping effect now if I set a break point in ImageViewer line 106. Size is still added asynchronously. However it does need the breakpoint. Yet we can show the image after the getMetadata call returns to avoid the potential jumping effect for good. I'd prefer that over static height fo image metadata

@redmunds
Copy link
Contributor

redmunds commented Nov 5, 2013

I like this solution. Why wait to show image that we already have? I think this solution will create a better perception of performance.

@couzteau
Copy link
Member

couzteau commented Nov 5, 2013

By "this" you mean the solution we already have or using static height?

@peterflynn
Copy link
Member

@couzteau Another option would be to fetch the metadata in parallel with loading the image, rather than waiting for the image to load, then asking for metadata, then waiting some more.

@redmunds
Copy link
Contributor

redmunds commented Nov 5, 2013

By "this solution" I was referring to the code in this pull request. With that said, I am not seeing the "jump" any more in master.

@couzteau
Copy link
Member

couzteau commented Nov 5, 2013

related #5686
Notably @RaymondLim suggests to rather clip than wrap path, thus we'd be ok with static height. I have no strong preference, but will run this by @larz0

@couzteau
Copy link
Member

couzteau commented Nov 6, 2013

bounced this off @larz0 - ok to go to static metadata height. I will try to add an ellipsis when clipping and add tool tip, so that hidden text can still be seen when hovering over clipped text

couzteau added a commit that referenced this pull request Nov 6, 2013
eliminate images "jumping" effect after loading the properties in image viewer
@couzteau couzteau merged commit 0ab2b09 into adobe:master Nov 6, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants