brackets-postman icon indicating copy to clipboard operation
brackets-postman copied to clipboard

Response not visible (only after resizing) and not readable with quick dark theme

Open Wikunia opened this issue 10 years ago • 8 comments

Hi,

Sounds like an interesting extension ;) Unfortunately I have a problem when I using it with this url: https://api.trello.com/1/cards/5462737a5d1bee45a2d3ba05?checklists=all&members=true&actions=commentCard&member_fields=avatarHash,username,fullName&key=...................................&token=............................. (with key and token :) )

I see this inside Chrome: brackets-postman-trello-url

and this inside your extension: brackets-postman-trello

Edit: Here is a link which doesn't work and has no keys or tokens: http://api.wikunia.de/Movie/movie2actors.php?movie=White_House_Down&format=json

Wikunia avatar Feb 24 '15 14:02 Wikunia

I'm unable to reproduce it with http://api.wikunia.de/Movie/movie2actors.php?movie=White_House_Down&format=json

image

but I belive you =) Will investigate this issue in close future. Can you provide more links?

dnbard avatar Feb 24 '15 14:02 dnbard

Hi,

do you see the response body?

Wikunia avatar Feb 24 '15 14:02 Wikunia

Yep.

image

Do you have any errors in the log related to this extension?

dnbard avatar Feb 24 '15 14:02 dnbard

Wow that is strange :D I resized the window and it works now but it doesn't look quite well with my theme :/ I am using the Quick Dark theme and there your extension looks like this: brackets-postman-theme

Wikunia avatar Feb 24 '15 14:02 Wikunia

This might be related to the wrong config that I'm passing to new CodeMirror instance:

{
  theme: ThemeManager.getCurrentTheme().name
  value: "Some text here."
}

If you or someone else know how to initialize new CodeMirror instance in the way that it would use proper Brackets theme, please respond here or do a pull request(to bindings/codemirror.js).

dnbard avatar Feb 24 '15 14:02 dnbard

I have absolutely no idea how Brackets extension works with this theme stuff :D

Wikunia avatar Feb 24 '15 15:02 Wikunia

I have the same problem right now, it says 200 OK but can't see anything, but with another REST client it's all there.

JJBocanegra avatar Apr 30 '15 15:04 JJBocanegra

:+1:

It is not visible with Brackets's original dark theme

GochoMugo avatar Jun 12 '15 07:06 GochoMugo