echodot-llc / Red

3 stars 0 forks source link

Content does not appear #1

Closed trfiladelfo closed 4 years ago

trfiladelfo commented 4 years ago

Hello,

The content does not appear when marked via programming, it only appears when edited in the tool itself

image

echodot-llc commented 4 years ago

Thanks for the report. I'm trying to replicate this. Could you list the steps you took that had that result?

Does key_string and key_hash also not appear with content?

Could you enter TYPE key_list in the console and paste the output here?

trfiladelfo commented 4 years ago

I did so,

Python code from redis import Redis cache_db = Redis('localhost', 6379) cache_db.lpush('key_list', '1', '2', '3')

PrintScreen Captura de Tela 2020-03-18 às 18 56 50

Expected result image

trfiladelfo commented 4 years ago

The key_hash and key_list not appear, only key_string. I tried chance type data, but not work

echodot-llc commented 4 years ago

Very helpful. I tried the code you wrote, but it works on my machine.

I'm guessing the key panel is collapsed somehow (that's not supposed to be able to happen). Could you click the "Hide Detail" button and take a screenshot of what happens?

Screen Shot 2020-03-19 at 7 18 35 AM

echodot-llc commented 4 years ago

I think I just stumbled onto the solution. It has to do with the split view frame restoration method. I'll have a fix ready today.

echodot-llc commented 4 years ago

Fix is included in version 1.4 - released today. Please update let me know if it works.

https://echodot.com/red/download/

echodot-llc commented 4 years ago

Problem still could happen in 1.4. Should be resolved in 1.4.2.