Questions tagged [clipped]
32 questions
1
vote
2 answers
Negative-margin control get clipped when resizing the window in WPF
I try to understand why a border element get clipped when reducing the width of the main window.
Please take a look the code block below.

Liem To
- 19
- 5
1
vote
3 answers
NavigationBar clipping background image in iOS7 ;ClipsToBound:NO not working
I have set a background image slightly bigger than the navigationBar.The image is 55px in height.[I want a banner looking image with ribbon at the bottom of nav bar]
It was working ok in iOS6.
But in iOS7, its getting clipped by itself.
I tried…

swatiKaushik
- 21
- 2
0
votes
1 answer
Tab Widget not displaying correctly onResume()
I'm using a custom TabWidget to display my tabs. The tabs work wonderfully when I first run the program. Everything looks beautiful. However, when I reload the program and, according the logcat, the onResume() method is called on my Tab Widget,…

Rymnel
- 4,515
- 3
- 27
- 28
0
votes
2 answers
Android View Clipped below certain point
I am developing an Android app (see screenshots).
I have a layout that looks fine in the graphical editor. However, the bottom 1/4 of the screen is clipped from view when the app is run in the emulator, as well as on an android phone. The app has…

Rob
- 762
- 2
- 21
- 44
0
votes
2 answers
Android Screen Clipped at Bottom
I am developing an Android app (see screenshots).
I have a layout that looks fine in the graphical editor. However, the bottom 1/4 of the screen is clipped from view when the app is run in the emulator. The app has several activities, and the…

Rob
- 762
- 2
- 21
- 44
0
votes
0 answers
Safari clipping the round button at the bottom
Help me solve a strange bug in Safari. Googling directs me to his irrelevant old issue. For some reason, the rounded button that is promoted to a separate layer (via will-change: transform) is cut off at the bottom as shown in the image. Perhaps…

user955031
- 1
- 2
0
votes
0 answers
Clipped View overlapping issue - SwiftUI
Anything placed before a clipped View is not accessible. Can anybody tell me how to handle this issue?
Run the following code and you will not able to click the button before Ellipse. This is because Ellipse is clipped but still overlapping the…

Nabeel
- 841
- 1
- 10
- 23
0
votes
1 answer
Mapbox GL js - Large polygons are clipped when I highlight the polygons by searching
I have a trouble with Mapbox polygons.
I have tried to highlight area polygons with search results. But the result polygons are clipped and I can't get correct polygons.
[Mapbox polygon highlight][1]
[1]: https://i.stack.imgur.com/j6HWT.png
Here is…

Jack Lee
- 11
- 2
0
votes
1 answer
JavaFX 8: Adapting ListView Cell's height to its ScrollBar
I have a ListView (horizontal orientation) that uses a ListCell to show its items. These cells are Canvas. When enough items are placed into the list, a vertical and horizontal ScrollBar are activated. When this happens, part of the cell's contents…

user2051561
- 838
- 1
- 7
- 21
0
votes
0 answers
Fullscreen view with gravity.BOTTOM is unwantingly clipped when an overscan value is set
My Android (8.0+) app is implementing a narrow overlay along the bottom of the screen, but when a user sets an overscan value, it disappears. How can I make my view respect what is actually visible so Gravity.BOTTOM will not be clipped? I have tried…

Matrix
- 1
- 3
0
votes
0 answers
Clipped layout in android
Can you help me design Android layout as the mockup:
Description:
Orange layout with rounded radius.
Green layout is cut off at bottom and overflow at top
Yellow layout in front of Green and cut off at rounded corner of Orange.
Please help me, I…

Nguyen Lam Phuoc
- 101
- 1
- 6
0
votes
0 answers
dygraph annotation icon clipped
I have a dygraph with annotations using icons. I see that the bottom two pixel rows of the icon are clipped or drawn over when they are applied to the chart (icons are applied to the series, I haven't tried attachToBottom).
The tickHeight is set to…

Denekat
- 1
0
votes
3 answers
Content in jQuery Owl Carousel got clipped in Chrome, but not in Safari and Firefox?
First of all, my working demo: http://desainwebsite.com/tunasteleshop/
My problem:
When you hover the category menu (smartphone, powerbank, etc), there should be a dropdown that show owl-carousel sub category with image (I disable the slide up…

MysteryE
- 111
- 2
- 6
0
votes
1 answer
Android - setScaleX/Y makes image clipped
I have an banner at the bottom of the screen, and would like to use setScaleX + setScaleY to zoom it to fit the screen width.
Before and after:
The main different is that, the bottom part of the image is clipped after scaling (you can see the…

Kit Ng
- 993
- 4
- 12
- 24
0
votes
1 answer
CSS Box-Shadow clipped/squared
Hi I have a div at the top of my page
http://www.uk-sf.com/MyTraining.php
the box-shadow is cut on the wrapper, I tried giving it a z-index but no joy any ideas?
.titlebox{
width:977px;
background-color:rgba(48, 48, 48, 1);
padding:10px…

user3211248
- 15
- 6