-
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] StatusBar.addIndicator() doesn't actually add the indicator #5210
Comments
Comment by njx
|
Comment by larz0
|
Comment by larz0
|
Comment by lkcampbell Assigning this issue to myself to fix, I need resolved so I can address issue #5078. |
Comment by lkcampbell
Do you guys have some way to conduct a headless test on some specific piece of the Brackets API? |
Comment by lkcampbell Edited the description to include repro steps. |
Comment by lkcampbell
But I also discovered the reason why This is what the status bar indicators look like normally: This is what the status bar indicators look like after inserting the prepend line again: The problem is We must have some special code that sets the JSLint indicator position manually right now. Reactivating the default behavior of My question is, how do you want me to fix this problem? What is the expected behavior? If the JSLint indicator is to remain in the middle, I may have to add relative positioning to the |
Comment by lkcampbell
|
Comment by njx Sorry, forgot to follow up. A few thoughts:
|
Comment by lkcampbell
|
Comment by redmunds FBNC back to |
Comment by njx Haven't tried it myself but the code looks sensible. Closing. |
Comment by peterflynn
|
Issue by njx
Friday Oct 25, 2013 at 01:01 GMT
Originally opened as adobe/brackets#5682
Originally, when
StatusBar.addIndicator()
was implemented, it would actually add the indicator into the status bar. However, in d7bce2cee3241cf3152e15cbfbcf66476dac23cb, that line was removed, which is a breaking API change. It's not clear why it was removed.(Edited 12/14/2013 by
@
lkcampbell to add repro steps)OS Version: Mac OSX Mavericks
Brackets Version: Sprint 34
Repro Steps:
Open Brackets source code, then open Dev Tools to Console and paste the following code snippet into the Console:
Look at the right side of the editor status bar.
In the Dev Tools, Elements tab, look at the contents of status-indicators div tag.
Observed Result:
The FOO div does not show up in the status bar and is not in the status-indicators div tag
Expected Result:
The FOO div shows up in the status bar and is in the status-indicators div tag
The text was updated successfully, but these errors were encountered: