I've been getting black bars/blocks like this in my custom skin (modified from PVD Classic Tabs) for some time:
There's a lot of them like this when first starting PVD and they gradually diminish in number as I click different movies in the left pane. On expandable fields, clicking the minus and then the plus will also remove them.
Things I've tried:
1. Comparing the skin code for rows where this happens and where it doesn't. Country and Original Language, for example are identical, yet the blocks never occur in Country.
2. Checked default background color. Its $f4f1e9, not black ($000000)
3. Resetting colors in pvdconf.ini as suggested
here.
4. Changing to 'PVD Classic Tabs' skin. This removes the black blocks from all but the Tagline field. Restarting PVD with 'PVD Classic Tabs' active removes all of them. Changing to 'PVD Classic' also removes all of them.
5. Making the code for the Country row exactly the same as in the 'PVD Classic' skin.
6. Examined 'PVD Classic' and 'PVD Classic Tabs' skins to see if there was something that set the width for Tagline, but I didn't see anything.
I found a partial fix by adding width="120" to the Country column like so:
<row>
<column width="120" halign="right">
<fieldlabel field="country" />
</column>
<column>
<country />
</column>
</row>
<row>
<column width="120" halign="right">
<fieldlabel field="country" />
</column>
<column width="120">
<country />
</column>
</row>
but this didn't work for the Description box, no matter which of the columns I added width to nor what order the attributes were in. This is another example that has a Description:
Skin attached.
PVD v0.9.9.21, Windows 7 64-bit
[attachment deleted by admin]