Re: [tw5] Help Wanted - TW5 gone too wide

2020-12-22 Thread coda coder


On Tuesday, December 22, 2020 at 10:13:34 PM UTC-6 TW Tones wrote:

>
>- The Tab was pinned in FireFox and somehow a miss-setting remained 
>stored in that tab, despite browser restarts and wiki reloads.
>
> Which suggests Ctrl+F5 or a cachebuster may have fixed it, too.

Glad you got it fixed.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/df91af17-99dd-4345-a5e5-a98f5c7c22f1n%40googlegroups.com.


Re: [tw5] Help Wanted - TW5 gone too wide

2020-12-22 Thread TW Tones
Codacoder

Thanks for your help. It is also the   "the story river that explodes 
across the screen" for me when I close the sidebar.

The control panel sizes you refer to is controlPanel > Appearance > Them 
Tweaks > Sizes.

The SideBar width was unaltered and all other sizes, but while I was trying 
your suggestion I discovered the solution!

   - Somehow FireFox had a bug in it, opening the wiki in a separate tab it 
   did not have a problem. 
   - The Tab was pinned in FireFox and somehow a miss-setting remained 
   stored in that tab, despite browser restarts and wiki reloads.
   - I remove and closed the pinned tab, loaded the wiki in a new tab and 
   pined that.

Thanks all for you help, Happy festive season.

Tones

On Wednesday, 23 December 2020 at 14:33:45 UTC+11 coda coder wrote:

> Tony
>
> tc-sidebar-tabs-main should be in `$:/core`.
>
> If you're convinced that making changes in ControlPanel/Sizes has no 
> effect, then I'd have to suspect a corrupt class somewhere in that part of 
> the dom. If you have a similar wiki, (or, indeed empty.html) load them both 
> and bring up the DevTools Inspector looking at both sidebar tabs and check 
> for difference between their respective styles.
>
> I still think your solution will come from CP/Sizes. I know they can get 
> thrown on rare occasions. If I walk through them (set to 0, then back to 
> original) "something" kicks in and fixes the layout. Background to that: I 
> use a couple wikis stretched across three monitors, so I have a very 
> unconventional layout, and on the occasions when it goes awry, fiddling 
> with those always fixes it - though in my case, it's the story river that 
> explodes across the screen.
>
> On Tuesday, December 22, 2020 at 9:05:17 PM UTC-6 David Gifford wrote:
>
>> I read "TW5 gone too wild" and was thoroughly disappointed by the actual 
>> topic of this thread.
>>
>> On Tuesday, December 22, 2020 at 7:49:35 PM UTC-6 TW Tones wrote:
>>
>>> Folks,
>>>
>>> No luck yet. I observe however that; 
>>>
>>>- If I close the sidebar, the tiddler width expands to fill the 
>>>overwide space
>>>- With the side bar visible the tiddler width returns and its the 
>>>side bar that is too wide.
>>>- With menu bar active it stretches the whole width
>>>- I have no edited theme tweak size settings
>>>- I cant find  tc-sidebar-tabs-main referenced anywhere except in  
>>>tc-sidebar-tabs-main
>>>- Page template is unaltered
>>>
>>> I will keep searching;
>>>
>>> Tones
>>>
>>> On Tuesday, 22 December 2020 at 23:01:30 UTC+11 jeremy...@gmail.com 
>>> wrote:
>>>
 It may not be the problem here, but the easiest way to recreate the 
 screenshot is to add the property "white-space: nowrap;” to the class 
 "tc-sidebar-tabs-main”.

 Best wishes

 Jeremy

 On 22 Dec 2020, at 02:06, coda coder  wrote:

 Try walking through the settings in ControlPanel/Appearance/Theme 
 Tweaks/Sizes, one by one. There some internal settings that appear to be 
 recalculated when this values change (though I'm not certain what they are 
 specifically).

 On Monday, December 21, 2020 at 6:49:16 PM UTC-6 TW Tones wrote:

> coda coda,
>
> I think the tab strip just fills the available space, and wraps when 
> full, somehow there is too much available space.
>
> Thanks and Regards
> Tones
>
> On Tuesday, 22 December 2020 at 09:44:20 UTC+11 coda coder wrote:
>
>> Weird. Did you somehow mangle the class applied to the tabstrip? Or 
>> its container?
>>
>> On Monday, December 21, 2020 at 4:35:19 PM UTC-6 TW Tones wrote:
>>
>>> Folks,
>>>
>>> All of a sudden in a specific tiddlywiki, it has ended up being 
>>> three times its normal width in my browser. The side bar tabs now all 
>>> appear on one line rather than wrap.
>>>
>>> I just can not find what is causing it.
>>> $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth  and other shadow 
>>> tiddlers have being restored to the core values but I still can not 
>>> find 
>>> out why?
>>>
>>> By zooming out this snapshot shows the problem.
>>> [image: Snag_4246c866.png]
>>> See the bottom scroll bar?
>>>
>>> Any ideas please?
>>>
>>> Tones
>>>
>>
 -- 
 You received this message because you are subscribed to the Google 
 Groups "TiddlyWiki" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to tiddlywiki+...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/tiddlywiki/a4bb0cf6-b7bd-4deb-ab3d-0e5484c4ed95n%40googlegroups.com
  
 
 .




-- 
You received this message because you are subscribed to the Google Groups 

Re: [tw5] Help Wanted - TW5 gone too wide

2020-12-22 Thread coda coder
Tony

tc-sidebar-tabs-main should be in `$:/core`.

If you're convinced that making changes in ControlPanel/Sizes has no 
effect, then I'd have to suspect a corrupt class somewhere in that part of 
the dom. If you have a similar wiki, (or, indeed empty.html) load them both 
and bring up the DevTools Inspector looking at both sidebar tabs and check 
for difference between their respective styles.

I still think your solution will come from CP/Sizes. I know they can get 
thrown on rare occasions. If I walk through them (set to 0, then back to 
original) "something" kicks in and fixes the layout. Background to that: I 
use a couple wikis stretched across three monitors, so I have a very 
unconventional layout, and on the occasions when it goes awry, fiddling 
with those always fixes it - though in my case, it's the story river that 
explodes across the screen.

On Tuesday, December 22, 2020 at 9:05:17 PM UTC-6 David Gifford wrote:

> I read "TW5 gone too wild" and was thoroughly disappointed by the actual 
> topic of this thread.
>
> On Tuesday, December 22, 2020 at 7:49:35 PM UTC-6 TW Tones wrote:
>
>> Folks,
>>
>> No luck yet. I observe however that; 
>>
>>- If I close the sidebar, the tiddler width expands to fill the 
>>overwide space
>>- With the side bar visible the tiddler width returns and its the 
>>side bar that is too wide.
>>- With menu bar active it stretches the whole width
>>- I have no edited theme tweak size settings
>>- I cant find  tc-sidebar-tabs-main referenced anywhere except in  
>>tc-sidebar-tabs-main
>>- Page template is unaltered
>>
>> I will keep searching;
>>
>> Tones
>>
>> On Tuesday, 22 December 2020 at 23:01:30 UTC+11 jeremy...@gmail.com 
>> wrote:
>>
>>> It may not be the problem here, but the easiest way to recreate the 
>>> screenshot is to add the property "white-space: nowrap;” to the class 
>>> "tc-sidebar-tabs-main”.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>> On 22 Dec 2020, at 02:06, coda coder  wrote:
>>>
>>> Try walking through the settings in ControlPanel/Appearance/Theme 
>>> Tweaks/Sizes, one by one. There some internal settings that appear to be 
>>> recalculated when this values change (though I'm not certain what they are 
>>> specifically).
>>>
>>> On Monday, December 21, 2020 at 6:49:16 PM UTC-6 TW Tones wrote:
>>>
 coda coda,

 I think the tab strip just fills the available space, and wraps when 
 full, somehow there is too much available space.

 Thanks and Regards
 Tones

 On Tuesday, 22 December 2020 at 09:44:20 UTC+11 coda coder wrote:

> Weird. Did you somehow mangle the class applied to the tabstrip? Or 
> its container?
>
> On Monday, December 21, 2020 at 4:35:19 PM UTC-6 TW Tones wrote:
>
>> Folks,
>>
>> All of a sudden in a specific tiddlywiki, it has ended up being three 
>> times its normal width in my browser. The side bar tabs now all appear 
>> on 
>> one line rather than wrap.
>>
>> I just can not find what is causing it.
>> $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth  and other shadow 
>> tiddlers have being restored to the core values but I still can not find 
>> out why?
>>
>> By zooming out this snapshot shows the problem.
>> [image: Snag_4246c866.png]
>> See the bottom scroll bar?
>>
>> Any ideas please?
>>
>> Tones
>>
>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "TiddlyWiki" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/a4bb0cf6-b7bd-4deb-ab3d-0e5484c4ed95n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aa7cfa0d-1bef-484e-8812-c86754cad51fn%40googlegroups.com.


Re: [tw5] Help Wanted - TW5 gone too wide

2020-12-22 Thread TW Tones
Ha Ha,

It can never be too wild :)

Tones

On Wednesday, 23 December 2020 at 14:05:17 UTC+11 David Gifford wrote:

> I read "TW5 gone too wild" and was thoroughly disappointed by the actual 
> topic of this thread.
>
> On Tuesday, December 22, 2020 at 7:49:35 PM UTC-6 TW Tones wrote:
>
>> Folks,
>>
>> No luck yet. I observe however that; 
>>
>>- If I close the sidebar, the tiddler width expands to fill the 
>>overwide space
>>- With the side bar visible the tiddler width returns and its the 
>>side bar that is too wide.
>>- With menu bar active it stretches the whole width
>>- I have no edited theme tweak size settings
>>- I cant find  tc-sidebar-tabs-main referenced anywhere except in  
>>tc-sidebar-tabs-main
>>- Page template is unaltered
>>
>> I will keep searching;
>>
>> Tones
>>
>> On Tuesday, 22 December 2020 at 23:01:30 UTC+11 jeremy...@gmail.com 
>> wrote:
>>
>>> It may not be the problem here, but the easiest way to recreate the 
>>> screenshot is to add the property "white-space: nowrap;” to the class 
>>> "tc-sidebar-tabs-main”.
>>>
>>> Best wishes
>>>
>>> Jeremy
>>>
>>> On 22 Dec 2020, at 02:06, coda coder  wrote:
>>>
>>> Try walking through the settings in ControlPanel/Appearance/Theme 
>>> Tweaks/Sizes, one by one. There some internal settings that appear to be 
>>> recalculated when this values change (though I'm not certain what they are 
>>> specifically).
>>>
>>> On Monday, December 21, 2020 at 6:49:16 PM UTC-6 TW Tones wrote:
>>>
 coda coda,

 I think the tab strip just fills the available space, and wraps when 
 full, somehow there is too much available space.

 Thanks and Regards
 Tones

 On Tuesday, 22 December 2020 at 09:44:20 UTC+11 coda coder wrote:

> Weird. Did you somehow mangle the class applied to the tabstrip? Or 
> its container?
>
> On Monday, December 21, 2020 at 4:35:19 PM UTC-6 TW Tones wrote:
>
>> Folks,
>>
>> All of a sudden in a specific tiddlywiki, it has ended up being three 
>> times its normal width in my browser. The side bar tabs now all appear 
>> on 
>> one line rather than wrap.
>>
>> I just can not find what is causing it.
>> $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth  and other shadow 
>> tiddlers have being restored to the core values but I still can not find 
>> out why?
>>
>> By zooming out this snapshot shows the problem.
>> [image: Snag_4246c866.png]
>> See the bottom scroll bar?
>>
>> Any ideas please?
>>
>> Tones
>>
>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "TiddlyWiki" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/a4bb0cf6-b7bd-4deb-ab3d-0e5484c4ed95n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/12ee0970-832d-446e-b658-38de054d7238n%40googlegroups.com.


Re: [tw5] Help Wanted - TW5 gone too wide

2020-12-22 Thread David Gifford
I read "TW5 gone too wild" and was thoroughly disappointed by the actual 
topic of this thread.

On Tuesday, December 22, 2020 at 7:49:35 PM UTC-6 TW Tones wrote:

> Folks,
>
> No luck yet. I observe however that; 
>
>- If I close the sidebar, the tiddler width expands to fill the 
>overwide space
>- With the side bar visible the tiddler width returns and its the side 
>bar that is too wide.
>- With menu bar active it stretches the whole width
>- I have no edited theme tweak size settings
>- I cant find  tc-sidebar-tabs-main referenced anywhere except in  
>tc-sidebar-tabs-main
>- Page template is unaltered
>
> I will keep searching;
>
> Tones
>
> On Tuesday, 22 December 2020 at 23:01:30 UTC+11 jeremy...@gmail.com wrote:
>
>> It may not be the problem here, but the easiest way to recreate the 
>> screenshot is to add the property "white-space: nowrap;” to the class 
>> "tc-sidebar-tabs-main”.
>>
>> Best wishes
>>
>> Jeremy
>>
>> On 22 Dec 2020, at 02:06, coda coder  wrote:
>>
>> Try walking through the settings in ControlPanel/Appearance/Theme 
>> Tweaks/Sizes, one by one. There some internal settings that appear to be 
>> recalculated when this values change (though I'm not certain what they are 
>> specifically).
>>
>> On Monday, December 21, 2020 at 6:49:16 PM UTC-6 TW Tones wrote:
>>
>>> coda coda,
>>>
>>> I think the tab strip just fills the available space, and wraps when 
>>> full, somehow there is too much available space.
>>>
>>> Thanks and Regards
>>> Tones
>>>
>>> On Tuesday, 22 December 2020 at 09:44:20 UTC+11 coda coder wrote:
>>>
 Weird. Did you somehow mangle the class applied to the tabstrip? Or its 
 container?

 On Monday, December 21, 2020 at 4:35:19 PM UTC-6 TW Tones wrote:

> Folks,
>
> All of a sudden in a specific tiddlywiki, it has ended up being three 
> times its normal width in my browser. The side bar tabs now all appear on 
> one line rather than wrap.
>
> I just can not find what is causing it.
> $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth  and other shadow 
> tiddlers have being restored to the core values but I still can not find 
> out why?
>
> By zooming out this snapshot shows the problem.
> [image: Snag_4246c866.png]
> See the bottom scroll bar?
>
> Any ideas please?
>
> Tones
>

>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "TiddlyWiki" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to tiddlywiki+...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/a4bb0cf6-b7bd-4deb-ab3d-0e5484c4ed95n%40googlegroups.com
>>  
>> 
>> .
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a8e34fb9-a18e-49c3-b39d-a598389e37edn%40googlegroups.com.


Re: [tw5] Help Wanted - TW5 gone too wide

2020-12-22 Thread TW Tones
Folks,

No luck yet. I observe however that; 

   - If I close the sidebar, the tiddler width expands to fill the overwide 
   space
   - With the side bar visible the tiddler width returns and its the side 
   bar that is too wide.
   - With menu bar active it stretches the whole width
   - I have no edited theme tweak size settings
   - I cant find  tc-sidebar-tabs-main referenced anywhere except in  
   tc-sidebar-tabs-main
   - Page template is unaltered

I will keep searching;

Tones

On Tuesday, 22 December 2020 at 23:01:30 UTC+11 jeremy...@gmail.com wrote:

> It may not be the problem here, but the easiest way to recreate the 
> screenshot is to add the property "white-space: nowrap;” to the class 
> "tc-sidebar-tabs-main”.
>
> Best wishes
>
> Jeremy
>
> On 22 Dec 2020, at 02:06, coda coder  wrote:
>
> Try walking through the settings in ControlPanel/Appearance/Theme 
> Tweaks/Sizes, one by one. There some internal settings that appear to be 
> recalculated when this values change (though I'm not certain what they are 
> specifically).
>
> On Monday, December 21, 2020 at 6:49:16 PM UTC-6 TW Tones wrote:
>
>> coda coda,
>>
>> I think the tab strip just fills the available space, and wraps when 
>> full, somehow there is too much available space.
>>
>> Thanks and Regards
>> Tones
>>
>> On Tuesday, 22 December 2020 at 09:44:20 UTC+11 coda coder wrote:
>>
>>> Weird. Did you somehow mangle the class applied to the tabstrip? Or its 
>>> container?
>>>
>>> On Monday, December 21, 2020 at 4:35:19 PM UTC-6 TW Tones wrote:
>>>
 Folks,

 All of a sudden in a specific tiddlywiki, it has ended up being three 
 times its normal width in my browser. The side bar tabs now all appear on 
 one line rather than wrap.

 I just can not find what is causing it.
 $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth  and other shadow 
 tiddlers have being restored to the core values but I still can not find 
 out why?

 By zooming out this snapshot shows the problem.
 [image: Snag_4246c866.png]
 See the bottom scroll bar?

 Any ideas please?

 Tones

>>>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/a4bb0cf6-b7bd-4deb-ab3d-0e5484c4ed95n%40googlegroups.com
>  
> 
> .
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bddabc15-a322-4671-aa31-3bba73b1a187n%40googlegroups.com.


Re: [tw5] Help Wanted - TW5 gone too wide

2020-12-22 Thread Jeremy Ruston
It may not be the problem here, but the easiest way to recreate the screenshot 
is to add the property "white-space: nowrap;” to the class 
"tc-sidebar-tabs-main”.

Best wishes

Jeremy

> On 22 Dec 2020, at 02:06, coda coder  wrote:
> 
> Try walking through the settings in ControlPanel/Appearance/Theme 
> Tweaks/Sizes, one by one. There some internal settings that appear to be 
> recalculated when this values change (though I'm not certain what they are 
> specifically).
> 
> On Monday, December 21, 2020 at 6:49:16 PM UTC-6 TW Tones wrote:
> coda coda,
> 
> I think the tab strip just fills the available space, and wraps when full, 
> somehow there is too much available space.
> 
> Thanks and Regards
> Tones
> 
> On Tuesday, 22 December 2020 at 09:44:20 UTC+11 coda coder wrote:
> Weird. Did you somehow mangle the class applied to the tabstrip? Or its 
> container?
> 
> On Monday, December 21, 2020 at 4:35:19 PM UTC-6 TW Tones wrote:
> Folks,
> 
> All of a sudden in a specific tiddlywiki, it has ended up being three times 
> its normal width in my browser. The side bar tabs now all appear on one line 
> rather than wrap.
> 
> I just can not find what is causing it.
> $:/themes/tiddlywiki/vanilla/metrics/sidebarwidth  and other shadow tiddlers 
> have being restored to the core values but I still can not find out why?
> 
> By zooming out this snapshot shows the problem.
> 
> See the bottom scroll bar?
> 
> Any ideas please?
> 
> Tones
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to tiddlywiki+unsubscr...@googlegroups.com 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/a4bb0cf6-b7bd-4deb-ab3d-0e5484c4ed95n%40googlegroups.com
>  
> .

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/AE160877-E848-4E7D-971A-3C8E62D5D830%40gmail.com.