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

Colored text flashes on hover/blur of term window #1490

Closed
2 tasks done
mykytanikitenko opened this issue Feb 8, 2017 · 5 comments
Closed
2 tasks done

Colored text flashes on hover/blur of term window #1490

mykytanikitenko opened this issue Feb 8, 2017 · 5 comments
Labels
help wanted Contributions wanted towards the issue 🖼 Platform: Windows Issue pertains to Windows 🐛 Type: Bug Issue pertains to something wrong within Hyper

Comments

@mykytanikitenko
Copy link

  • I am on the latest Hyper.app version

  • I have searched the issues of this repo and believe that this is not a duplicate
    hyper text color artefacts

  • OS version and name: Win10 64

  • Hyper.app version: 1.1.0

  • Link of a Gist with the contents of your .hyper.js: I haven't changed it

  • The issue is reproducible in vanilla Hyper.app: Is Vanilla

Issue

Gif attached

@timothyis timothyis changed the title Red and purple colours makes not bold when navigating to bar with unactive tab (gif) Colored text flashes on hover/blur of term window Feb 10, 2017
@timothyis timothyis added 🖼 Platform: Windows Issue pertains to Windows help wanted Contributions wanted towards the issue 🐛 Type: Bug Issue pertains to something wrong within Hyper labels Feb 10, 2017
@srimajji
Copy link

srimajji commented Feb 10, 2017

@mykytanikitenko I noticed this in v1.1.0 as well however i haven't run into this issue in v1.2.0 (compiled from master)

@ppot
Copy link
Contributor

ppot commented Feb 10, 2017

inTEresting.

@r4dian
Copy link

r4dian commented Mar 3, 2017

Reproduced in 1.2.1 downloaded from hyper.is
(Win 10, 64 bit, default config)

@chabou
Copy link
Collaborator

chabou commented Mar 5, 2017

Disabling transition on close tab icon, fix this.
transition: opacity .2s ease, color .2s ease, -ms-transform .25s ease, -webkit-transform .25s ease, transform .25s ease, background-color .1s ease;
https://github.com/zeit/hyper/blob/master/lib/components/tab.js#L156-L157

Strange side effect

@chabou
Copy link
Collaborator

chabou commented Mar 5, 2017

It is not a Windows bug: reproduced on Mac OSX

matheuss pushed a commit that referenced this issue Mar 5, 2017
…ix #1490, #1575, #1579) (#1602)

* Fix term text flick when mouse is hovering tab

* Fix flick issue after a full reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Contributions wanted towards the issue 🖼 Platform: Windows Issue pertains to Windows 🐛 Type: Bug Issue pertains to something wrong within Hyper
Projects
None yet
Development

No branches or pull requests

6 participants