ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

BUG: Editor #98

Closed xoxoj closed 4 years ago

xoxoj commented 5 years ago

What version of Laravel are you using? (nothing lower than v5.4).

5.8

is it an issue related to installation or usage ?

YES

what is the error you are getting ?

Unable to display full information

Extra Info "attaching a screen shot would be very helpful"

1558081789521

Do You Know A Solution For this Issue ?

For example, I want to edit this photo and I can't display the full function button.

ctf0 commented 5 years ago

plz check the console and reply back with the error

xoxoj commented 5 years ago

`[Vue warn]: Failed to mount component: template or render function not defined.

found in

--->

at resources/assets/vendor/MediaManager/js/components/imageEditor/main.vue at resources/assets/vendor/MediaManager/js/components/manager.vue `
xoxoj commented 5 years ago

I am using the version you just updated.

xoxoj commented 5 years ago

maybe here

components: { filters: require('./filters/index.vue'), presets: require('./filters/presets.vue'), controls: require('./controls.vue'), // glitch: require('./glitch/index.vue'), imageCompare: require('vue-image-compare2') },

change to

components: { filters: require('./filters/index.vue').default, presets: require('./filters/presets.vue').default, controls: require('./controls.vue').default, // glitch: require('./glitch/index.vue').default, imageCompare: require('vue-image-compare2').default },

ctf0 commented 5 years ago

okay i know where the error is, i'll republish the latest release again

xoxoj commented 5 years ago

wait...

ctf0 commented 5 years ago

plz re-install with dev-master

xoxoj commented 5 years ago

1 second. Don't rush to release, there are more bugs, I will come up

xoxoj commented 5 years ago

9999

look here

ctf0 commented 5 years ago

check console, this is probably related to css

xoxoj commented 5 years ago

useless, the console is clean

ctf0 commented 5 years ago

am sure this is an issue with styling, try to check the width of the trimmed out area

xoxoj commented 5 years ago

Oh, come on. body

How to modify it? Every time I go to modify it manually? Have you thought about it, if you have different sizes of pictures, how do you judge?

ctf0 commented 5 years ago

okay then, i will check it later today

xoxoj commented 5 years ago

999 So every time I go to manual adjustment? Moreover, I modified this way, did not see the confirmation button

ctf0 commented 5 years ago

Moreover, I modified this way, did not see the confirmation button

am not sure i follow, but it will be fixed today

xoxoj commented 5 years ago

@ctf0 This project, I think it is very good, with a beautiful UI, good interaction design, rich features, is not just a project, but a very good product, I personally like it, very optimistic about it . And you are no longer a simple coder, with a very good view of the product, come on! !

lucasmazevedo commented 5 years ago

I have the same problem. Any solution ?? Great project .. Congratulations!

ctf0 commented 4 years ago

its was related to a css style leak, will be fixed in next release