Screen Bleeding

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
vcl
Observer
Observer
Posts: 6
Joined: Wed Apr 13, 2011 2:00 pm

Screen Bleeding

Post by vcl »

We have been experiencing intermittent screen bleeding. We are using Windows 10 Pro 64-bit and use an html file in PWB. Our file has multiple buttons to select that take them to a specific site such as their account, our catalog, and pay their fines. Intermittently a previous screen will start bleeding into the current active page and render the active page unusable.

Has anyone else experienced this or have any tips for resolving this issue?
Attachments
IMG_1700.JPG
IMG_1700.JPG (27.48 KiB) Viewed 9055 times

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: Screen Bleeding

Post by Scott »

What version of PWB are you using including the HTML rendering engine and minor revision number, for example "3.05.1 CEF"?

--Scott

vcl
Observer
Observer
Posts: 6
Joined: Wed Apr 13, 2011 2:00 pm

Re: Screen Bleeding

Post by vcl »

3.05.1 IE

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: Screen Bleeding

Post by Scott »

Set up PWB to close and clear the cache between patrons.

[Browser]
DisableExit=False

[Security]
ClearCacheOnClose=True
RestartOnClose=True

[Inactivity]
InactivityAction=Exit

This will allow PWB to clear any memory issues cause by web sites not properly closing tags.

--Scott

vcl
Observer
Observer
Posts: 6
Joined: Wed Apr 13, 2011 2:00 pm

Re: Screen Bleeding

Post by vcl »

Made the following changes. As it is an intermittent issue we will wait and see if this issue does not reappear in the next few weeks. Thank you

[Browser]
DisableExit=False (changed from True)

[Security]
ClearCacheOnClose=True (already set to true)
RestartOnClose=True (changed from Flase)

[Inactivity]
InactivityAction=Exit (changed from Home)

vcl
Observer
Observer
Posts: 6
Joined: Wed Apr 13, 2011 2:00 pm

Re: Screen Bleeding

Post by vcl »

It has been several months and we have not experienced the screen bleeding, thank you.

We did start to have issues with the catalog computers rebooting themselves multiple times throughout the day. We made the change: [Security]
RestartOnClose=False (changed back from suggestion in mid April to change to true)
last week and have not has the reboot issue since.

Post Reply