Last modified: 2012-10-29 18:09:54 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T35162, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33162 - The floatable toolbar does not have round corners anymore if it's not at its default position
The floatable toolbar does not have round corners anymore if it's not at its ...
Status: RESOLVED FIXED
Product: VisualEditor
Classification: Unclassified
General (Other open bugs)
unspecified
All All
: Normal normal
: VE-deploy-2012-10-15
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-15 09:58 UTC by Liangent
Modified: 2012-10-29 18:09 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Liangent 2011-12-15 09:58:39 UTC
ie when you scroll the page to have the toolbar off the default position.
Comment 1 Yair Rand 2011-12-26 02:58:45 UTC
That was probably done so that the top borders wouldn't curve into the top of the screen space. 

Probable solution: @VisualEditor/modules/sandbox/sandbox.css:

	position: fixed;
-	-webkit-border-radius: 0;
-	-moz-border-radius: 0;
-	-o-border-radius: 0;
-	border-radius: 0;
+	-webkit-border-top-right-radius: 0;
+	-webkit-border-top-left-radius: 0;
+	-moz-border-radius-topright: 0;
+	-moz-border-radius-topleft: 0;
+	border-top-right-radius: 0;
+	border-top-left-radius: 0;
	z-index: 100;
Comment 2 James Forrester 2012-06-22 20:48:08 UTC
Fixed with new version of VE (re-written).
Comment 3 James Forrester 2012-10-15 22:57:21 UTC
Mass-moving old VisualEditor tickets to the VE product. Search for this message to mass-delete bugmail.
Comment 4 James Forrester 2012-10-29 18:09:54 UTC
Noting bugs closed in the 2012-10-15 release.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links