Skip to content
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

[Zelda] Bugs, regressions and todos in master #5314

Closed
22 of 25 tasks
ErisDS opened this issue May 23, 2015 · 5 comments
Closed
22 of 25 tasks

[Zelda] Bugs, regressions and todos in master #5314

ErisDS opened this issue May 23, 2015 · 5 comments
Assignees
Labels
affects:admin Anything relating to Ghost Admin css / design / mobile Minor UI issues
Milestone

Comments

@ErisDS
Copy link
Member

ErisDS commented May 23, 2015

Thought I'd open an issue to cover / keep track of all the bits and pieces we know needs doing now that Zelda is merged.

bugs & small issues

major issues

user onboarding flow (Epic: #5315)

If you think you have found an issue we don't know about, drop a comment and it'll get added to the list.

@letsjustfixit
Copy link
Contributor

Just two minor things:

  • 1 :IE 11 Forgotten password link is overlapped with an icon while writing (not a problem really just ugly)

ghost_ie_password_forgotten_overlap

  • 2: Firefox 38.01 if you try to select a text inside an input field it still has the same style as before, just the cursor disappeares. Not an issue with chrome or ie11.

ghost_selection_in_input_chrome_ff

Tested Ghost version: commit 7190e1d

@ErisDS ErisDS modified the milestone: Current Backlog May 25, 2015
@letsjustfixit
Copy link
Contributor

Hey I've found another weirdness with ONLY firefox (38): no scrollbars in the settings page.
It's all good with Opera, Chrome, Vivaldi..

morficus added a commit to morficus/Ghost that referenced this issue May 29, 2015
* resolves regression in both the frontend and admin panel
@morficus
Copy link
Contributor

regarding the "select text" not not highlighting... it seems like this is the culprit:
background: lighten(var(--blue), 20%); (src)

lighten() is a SCSS function... but Ghost is no longer using SCSS. So the CSS that gets served up to the browser looks like this:
::selection { background: lighten(hsl(90, 80%, 50%), 20%); }
which gets thrown away / ignored because it's not valid CSS

morficus added a commit to morficus/Ghost that referenced this issue May 31, 2015
…ost#5314)

* the error message is once again centered in both the frontend and admin panel
morficus added a commit to morficus/Ghost that referenced this issue May 31, 2015
* refs TryGhost#5314
* the error message is once again centered in both the frontend and admin panel
@ErisDS ErisDS modified the milestones: Current Backlog, Zelda Jun 2, 2015
@ErisDS ErisDS added epic affects:admin Anything relating to Ghost Admin css / design / mobile Minor UI issues labels Jun 2, 2015
@ErisDS
Copy link
Member Author

ErisDS commented Jun 16, 2015

Updated the OP here with an overview of outstanding issues & what's in progress, ready for today's meeting (cc @dbalders). One thing I'm not sure about is the current state of the navigation @JohnONolan & @novaugust ?

kevinansfield added a commit to kevinansfield/Ghost that referenced this issue Jun 17, 2015
issue TryGhost#5314
- replace 7 (incorrect) with 8 (correct) in setup's password field placeholder text
@ErisDS ErisDS mentioned this issue Jun 30, 2015
31 tasks
lukaszklis added a commit to lukaszklis/Ghost that referenced this issue Jul 3, 2015
Refs TryGhost#5314
- replaced SASS's `lighten` with Myth's `color(x lightness())`
@JohnONolan JohnONolan mentioned this issue Aug 11, 2015
57 tasks
@ErisDS
Copy link
Member Author

ErisDS commented Aug 11, 2015

@JohnONolan if all the bugs in the comments here are sorted, then we can probably close this in favour of #5652 and have a separate issue to track adding localstorage tracking of the menu state? All the other items in here have their own issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects:admin Anything relating to Ghost Admin css / design / mobile Minor UI issues
Projects
None yet
Development

No branches or pull requests

4 participants