Priyansh Garg  
		
	
	6cfe10fef2 
	
	
	compose-box: Fix compose-box from covering last messages of stream.  
		
			... 
			While writing a long message in compose-box, the last few messages of
the current stream gets covered by the compose-box and it gets pretty
annoying sometimes trying to figure out a way to read the last message
of the stream while writing. Right now, the only way to get past this
is to resize `compose-textarea` by using the resize tool at the
bottom-right corner of the `compose-textarea`. But, that small resize
tool is not always readily visible to the user.
The proposed solution in this commit is to reset the `max-height`
property of `#compose-textarea` everytime `bottom_whitespace_height`
is resized such that the total height of `#compose` is always less
than or equal to the height of `bottom_whitespace_height`.  Doing
this, the compose-box never covers the last message of the current
stream.
The only problem with this is that if the compose-box is closed at the
time of bottom-whitespace resize, we cannot find the
`compose_non_textarea_height` and so, we cannot reset the max-height
of `#compose-textarea`. To solve this, max-height of
`compose-textarea` is also reset everytime a new compose-box is opened
according to the value of `bottom_whitespace_height` at that time.
Thus, if the compose-box is already open at the time of
bottom-whitespace resize, the max-height of `#compose-textarea` will
also get reset at the same time, whereas, if the compose-box is closed
at the time of bottom-whitespace resize, the max-height of
`#compose-textarea` won't get reset at that time, but it will surely
get reset whenever the user will open the compose-box.
Tested on my Ubuntu Development Environment on Chrome and Firefox browsers.
Fixes : #16038 . 
		
	 
 
		2021-06-29 11:24:01 -07:00 
	 
	
	
	
		  ..
	 
	
	
		
	
		
			
			
			
			
			
			2021-05-14 15:10:02 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-23 17:50:55 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-02 14:04:53 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-08 10:15:52 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-06 09:31:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-15 11:55:20 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-16 07:46:34 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-17 17:49:21 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-26 09:27:49 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-02 14:04:53 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-06 20:36:52 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-30 08:33:47 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-02 20:36:21 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-21 10:36:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-10 18:07:13 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 16:54:03 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-24 13:15:01 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-09 08:24:02 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-28 16:09:43 -07:00 
		 
	
		
	
		
	
		
			
			
			
			
			
			2021-06-25 16:34:37 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 09:14:09 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 09:14:09 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-21 16:53:30 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 09:09:36 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-27 23:33:17 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-29 11:24:01 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-18 17:13:19 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-24 16:19:22 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-15 17:26:17 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-03-29 18:23:47 -07:00 
		 
	
		
	
		
	
		
			
			
			
			
			
			2021-04-13 17:41:10 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 18:06:48 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-02 14:04:53 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-29 18:23:47 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-24 09:48:42 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-27 10:06:25 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-26 10:17:56 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-08 09:40:10 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-20 17:08:16 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-22 13:29:32 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-04 09:47:14 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-03 12:41:10 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-24 16:55:22 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-02 14:04:53 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-26 10:17:56 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-12 15:06:59 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-21 16:53:27 -07:00 
		 
	
		
	
		
	
		
			
			
			
			
			
			2021-06-08 10:15:52 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-21 17:49:12 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-15 12:17:45 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-28 15:44:49 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 16:54:03 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-10 17:55:03 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-23 17:41:09 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-15 11:58:45 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-07 11:45:25 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-22 09:09:36 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-28 09:14:09 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 18:06:42 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-14 13:46:57 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-27 23:33:21 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-05-10 19:26:41 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-14 13:41:36 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-19 11:59:28 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-22 09:14:09 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-07 16:07:52 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 16:34:04 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-30 08:33:47 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-24 13:15:01 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-14 13:15:38 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-20 11:35:04 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-20 17:08:16 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-26 16:42:44 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-29 16:43:39 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-29 14:53:57 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-07 16:21:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-24 16:37:32 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-07 16:21:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-29 18:23:47 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-30 08:33:47 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-22 13:21:56 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-10 12:36:39 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-21 16:53:30 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-30 08:33:47 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 16:34:04 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-21 10:36:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-05 09:34:39 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-11 23:57:57 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-26 10:17:56 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 17:18:56 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-29 18:23:47 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 09:14:09 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-27 16:42:16 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-20 17:08:16 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-22 16:54:03 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-24 13:08:52 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-15 17:26:17 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 18:01:15 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-12 07:59:43 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-29 16:13:06 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-04-30 16:02:31 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-14 17:46:16 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-18 17:25:45 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 09:43:55 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-20 14:57:34 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-10 12:36:39 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 09:14:09 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-26 11:38:24 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-26 11:38:24 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-09 22:01:00 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-14 16:28:07 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 09:27:03 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-21 16:53:30 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-14 13:15:38 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-24 16:19:22 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-18 17:31:25 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-29 11:24:01 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-27 10:06:25 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-10 19:26:41 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-10 11:22:05 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-03-26 10:17:56 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-22 16:56:34 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-21 16:53:30 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-02 14:04:53 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-08 10:15:52 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-17 16:56:21 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-16 07:46:34 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-28 22:14:55 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-02 20:36:21 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-16 15:04:29 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-16 15:04:29 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-17 17:22:10 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-21 10:36:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-26 09:37:08 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-21 10:36:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-24 16:55:23 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-27 17:53:06 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-21 10:17:44 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-15 12:05:37 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-21 10:36:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-27 23:33:17 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-11 20:47:41 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-10 09:57:26 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-21 10:17:44 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-02 14:04:53 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-13 17:41:10 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-16 14:59:36 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-21 10:36:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-28 22:11:24 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-17 17:02:27 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-01 13:49:02 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 09:14:09 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-21 10:36:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-29 16:43:39 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-24 12:22:27 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-13 17:41:10 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-21 10:36:35 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-17 17:57:20 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-23 17:45:02 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:53:05 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-08 14:55:48 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-30 08:33:47 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-27 12:07:57 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-26 16:42:44 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-12 08:16:19 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-08 14:58:45 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-15 17:26:17 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-29 10:00:52 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-04 09:47:55 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-15 17:26:17 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-14 17:46:16 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 16:34:37 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-13 18:59:46 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 18:10:42 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-27 18:11:34 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-14 17:46:16 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-14 10:57:16 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-08 15:09:26 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-10 15:49:34 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-03-26 10:17:56 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-07 14:06:54 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-25 08:03:02 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-10 18:07:13 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-07 00:17:30 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-25 18:10:42 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-22 09:09:36 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 16:34:37 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-15 11:58:45 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 16:34:04 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-30 12:07:51 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-29 10:00:52 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-13 17:41:10 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-27 10:06:25 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-03 10:27:07 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-27 12:07:57 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-02 20:06:03 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-25 18:06:42 -07:00 
		 
	
		
			
			
			
			
			
			2021-06-23 17:43:08 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-25 09:43:55 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-08 14:58:45 -07:00 
		 
	
		
			
			
			
			
			
			2021-05-18 17:33:51 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-23 14:08:39 -04:00 
		 
	
		
			
			
			
			
			
			2021-03-26 10:17:56 -07:00 
		 
	
		
			
			
			
			
			
			2021-03-29 18:23:47 -07:00 
		 
	
		
			
			
			
			
			
			2021-04-13 17:41:10 -07:00 
		 
	
		
	
		
			
			
			
			
			
			2021-06-22 16:54:03 -07:00