-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Inline Editor Close Button #4998
Comments
Comment by MarcelGerber Works fine for me, unit tests were successful. |
Comment by larz0 Thanks
(Tagging |
Comment by MarcelGerber If we do this in the color editor, we should also do this in WebDocs. |
Comment by VizuaaLOG
|
Comment by njx
|
Comment by MarcelGerber
|
Comment by VizuaaLOG
|
Comment by VizuaaLOG
|
Comment by RaymondLim
|
Comment by VizuaaLOG I fixed the extra quote problem however the focus is still lost when clicking the close button. I thought about doing |
Comment by larz0
|
Comment by VizuaaLOG
|
Comment by RaymondLim
|
Comment by larz0
|
Comment by VizuaaLOG Ok no problem will fix the problem with the entire widget being a close button then will commit the new changes |
Comment by VizuaaLOG Just wondering if someone could help me :). I have changed the close button code to this
However i get the following error in dev tools |
Comment by RaymondLim You need to wrap your link element with $() and create an jQuery object and also prefix your variable with $ to indicate that it's a jQuery object. |
Comment by VizuaaLOG Thanks it worked :) Just about to commit the changes |
Comment by MarcelGerber I think you missunderstood him again (perhaps your method works, but it isn't nice). Maybe take a look at 0523bc60551de04392352b0769a1207f9a2f9860. |
Comment by VizuaaLOG
|
Comment by RaymondLim Yes, |
Comment by VizuaaLOG I think that is everything. I had to re commit the style because i undid the commits too far :(. But it all works again. |
Comment by VizuaaLOG I have changed it to use the class and removed the ID and it all still works. |
Comment by VizuaaLOG
|
Comment by RaymondLim Looks good now. Merging. |
Comment by VizuaaLOG Ok thanks. |
Comment by larz0 🍻 |
Comment by RaymondLim Oops... Looks like this breaks one of the WebPlatformDocs extensions unit tests. File a new issue #5473 for the unit test failure. |
Comment by VizuaaLOG I just looked at the problem and it is the margin right to move the content away from the close button. However, i cant think of another way to move the content away from the button. Any ideas? |
Issue by VizuaaLOG
Monday Oct 07, 2013 at 19:15 GMT
Originally opened as adobe/brackets#5443
I have added a close button to the inline editor as was requested here adobe/brackets#5441. The unit test was successful. Please review the work and leave any feedback.
VizuaaLOG included the following code: https://github.com/adobe/brackets/pull/5443/commits
The text was updated successfully, but these errors were encountered: